From 4ff7a6db4fc8d9be7d44b43f347652379039da21 Mon Sep 17 00:00:00 2001 From: Forrest Alvarez Date: Sun, 26 Jan 2014 04:36:15 +0000 Subject: [PATCH] updated the init since I forgot some quotes. --- postgres/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/init.sls b/postgres/init.sls index d591ccc..a5345c5 100644 --- a/postgres/init.sls +++ b/postgres/init.sls @@ -1,4 +1,4 @@ -{% from postgres/map.jinja import postgres with context %} +{% from "postgres/map.jinja" import postgres with context %} postgresql: pkg: