Ver código fonte

Merge pull request #183 from arthurlogilab/patch-4

Touch htpassw for nginx
master
Niels Abspoel 6 anos atrás
pai
commit
d0800e9aac
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      nginx/users.sls

+ 4
- 0
nginx/users.sls Ver arquivo

@@ -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 }}

Carregando…
Cancelar
Salvar