From 471ac94a5bc9a3b3482d5aa57f4d8ab86f6d5ed2 Mon Sep 17 00:00:00 2001
From: puneet kandhari <puneetk@users.noreply.github.com>
Date: Mon, 23 Nov 2015 11:42:26 -0600
Subject: [PATCH] Remove backwards incompatible change

---
 postgres/init.sls | 1 -
 1 file changed, 1 deletion(-)

diff --git a/postgres/init.sls b/postgres/init.sls
index 6a49628..4b59fb0 100644
--- a/postgres/init.sls
+++ b/postgres/init.sls
@@ -11,7 +11,6 @@ include:
     - user: postgres
     - group: postgres
     - dir_mode: 700
-    - clean: True
     - unless: test -f {{ postgres.conf_dir }}/PG_VERSION
 
 install-postgresql:
-- 
GitLab