fix consul config key pillar: data_dir (#173)

This commit is contained in:
Alexander Miroshnichenko 2021-04-02 09:14:05 +00:00 committed by GitHub
parent 19e4fee192
commit 682ec24bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ include:
- .pkg
- .conf
{% set data_dir = salt.pillar.get('consul:main-config:data-dir') %}
{% set data_dir = salt.pillar.get('consul:main-config:data_dir') %}
{{ data_dir }}/:
file.directory:
- create: True