mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-17 10:10:31 +00:00
Ensure pg_hba.conf parent directory exists
This commit is contained in:
parent
45f011a763
commit
de48c74c88
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ include:
|
|||
- postgres.upstream
|
||||
{% endif %}
|
||||
|
||||
{{ postgres.conf_dir }}:
|
||||
file.directory:
|
||||
- makedirs: True
|
||||
|
||||
install-postgresql:
|
||||
pkg.installed:
|
||||
- name: {{ postgres.pkg }}
|
||||
|
|
Loading…
Add table
Reference in a new issue