pkg.installed: | pkg.installed: | ||||
- name: {{ nginx.apache_utils }} | - name: {{ nginx.apache_utils }} | ||||
touch /etc/nginx/.htpasswd: | |||||
touch {{ htauth }}: | |||||
cmd.run: | cmd.run: | ||||
- creates: /etc/nginx/.htpasswd | |||||
- creates: {{ htauth }} | |||||
make sure {{ htauth }} exists: | make sure {{ htauth }} exists: | ||||
file.exists: | file.exists: |