From dea3c528801f6240e6752bc345607e1ed0911a12 Mon Sep 17 00:00:00 2001 From: Brandon Bradley Date: Fri, 15 Jan 2016 09:04:31 -0600 Subject: [PATCH] do not manage permissions of postgres config directory --- postgres/init.sls | 4 ---- 1 file changed, 4 deletions(-) diff --git a/postgres/init.sls b/postgres/init.sls index 4b59fb0..92432b4 100644 --- a/postgres/init.sls +++ b/postgres/init.sls @@ -8,10 +8,6 @@ include: {{ postgres.conf_dir }}: file.directory: - makedirs: True - - user: postgres - - group: postgres - - dir_mode: 700 - - unless: test -f {{ postgres.conf_dir }}/PG_VERSION install-postgresql: pkg.installed: