Sfoglia il codice sorgente

Merge pull request #183 from arthurlogilab/patch-4

Touch htpassw for nginx
master
Niels Abspoel 6 anni fa
parent
commit
d0800e9aac
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      nginx/users.sls

+ 4
- 0
nginx/users.sls Vedi 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 }}

Loading…
Annulla
Salva