Ensure pg_hba.conf parent directory exists

This commit is contained in:
Renoir Boulanger 2015-04-29 18:45:22 -04:00
parent 45f011a763
commit de48c74c88

View file

@ -5,6 +5,10 @@ include:
- postgres.upstream
{% endif %}
{{ postgres.conf_dir }}:
file.directory:
- makedirs: True
install-postgresql:
pkg.installed:
- name: {{ postgres.pkg }}