Merge pull request #190 from arthurlogilab/nginx-users-makedirs

[nginx/users] convert file.present into file.managed with no content
This commit is contained in:
Niels Abspoel 2018-04-24 12:26:58 +02:00 committed by GitHub
commit 4b3d5bf624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ touch {{ htauth }}:
- creates: {{ htauth }}
make sure {{ htauth }} exists:
file.exists:
file.managed:
- name: {{ htauth }}
- makedirs: True