do not manage permissions of postgres config directory

This commit is contained in:
Brandon Bradley 2016-01-15 09:04:31 -06:00
parent 014a58073a
commit dea3c52880

View file

@ -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: