From c2939d7e9735fa663c1a9ec6a5c5545f08005412 Mon Sep 17 00:00:00 2001 From: Seth House Date: Sat, 13 Dec 2014 00:19:59 -0700 Subject: [PATCH] Change states to use short-dec style --- postgres/python.sls | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postgres/python.sls b/postgres/python.sls index e0d6187..a35d721 100644 --- a/postgres/python.sls +++ b/postgres/python.sls @@ -1,6 +1,5 @@ {% from "postgres/map.jinja" import postgres with context %} postgresql-python: - pkg: - - installed + pkg.installed: - name: {{ postgres.python}}