Merge pull request #183 from arthurlogilab/patch-4
Touch htpassw for nginx
This commit is contained in:
commit
d0800e9aac
@ -5,6 +5,10 @@ htpasswd:
|
|||||||
pkg.installed:
|
pkg.installed:
|
||||||
- name: {{ nginx.apache_utils }}
|
- name: {{ nginx.apache_utils }}
|
||||||
|
|
||||||
|
touch {{ htauth }}:
|
||||||
|
cmd.run:
|
||||||
|
- creates: {{ htauth }}
|
||||||
|
|
||||||
make sure {{ htauth }} exists:
|
make sure {{ htauth }} exists:
|
||||||
file.exists:
|
file.exists:
|
||||||
- name: {{ htauth }}
|
- name: {{ htauth }}
|
||||||
|
Loading…
Reference in New Issue
Block a user