mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #82 from blbradley/revert-pr-73-and-77
do not manage permissions of postgres config directory
This commit is contained in:
commit
8567a126de
1 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue