Selaa lähdekoodia

[users] use {{ htauth }} variable

master
Arthur Lutz 6 vuotta sitten
vanhempi
commit
78ddf90f5b
No account linked to committer's email address
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      nginx/users.sls

+ 2
- 2
nginx/users.sls Näytä tiedosto

@@ -5,9 +5,9 @@ htpasswd:
pkg.installed:
- name: {{ nginx.apache_utils }}

touch /etc/nginx/.htpasswd:
touch {{ htauth }}:
cmd.run:
- creates: /etc/nginx/.htpasswd
- creates: {{ htauth }}

make sure {{ htauth }} exists:
file.exists:

Loading…
Peruuta
Tallenna