mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
do not manage permissions of postgres config directory
This commit is contained in:
parent
014a58073a
commit
dea3c52880
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@ include:
|
||||||
{{ postgres.conf_dir }}:
|
{{ postgres.conf_dir }}:
|
||||||
file.directory:
|
file.directory:
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
- user: postgres
|
|
||||||
- group: postgres
|
|
||||||
- dir_mode: 700
|
|
||||||
- unless: test -f {{ postgres.conf_dir }}/PG_VERSION
|
|
||||||
|
|
||||||
install-postgresql:
|
install-postgresql:
|
||||||
pkg.installed:
|
pkg.installed:
|
||||||
|
|
Loading…
Add table
Reference in a new issue