Merge pull request #183 from arthurlogilab/patch-4

Touch htpassw for nginx
This commit is contained in:
Niels Abspoel 2018-03-18 21:13:08 +01:00 committed by GitHub
commit d0800e9aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,10 @@ htpasswd:
pkg.installed:
- name: {{ nginx.apache_utils }}
touch {{ htauth }}:
cmd.run:
- creates: {{ htauth }}
make sure {{ htauth }} exists:
file.exists:
- name: {{ htauth }}