mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Merge pull request #206 from noelmcloughlin/fixDirMode
Convert hex to decimal in defaults.yaml
This commit is contained in:
commit
14e360170a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ postgres:
|
||||||
env: []
|
env: []
|
||||||
|
|
||||||
conf_dir: /var/lib/pgsql/data
|
conf_dir: /var/lib/pgsql/data
|
||||||
conf_dir_mode: 0775
|
conf_dir_mode: '0775'
|
||||||
postgresconf: ""
|
postgresconf: ""
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
|
|
Loading…
Add table
Reference in a new issue