Procházet zdrojové kódy

[users] use {{ htauth }} variable

master
Arthur Lutz před 6 roky
rodič
revize
78ddf90f5b
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      nginx/users.sls

+ 2
- 2
nginx/users.sls Zobrazit soubor

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

Načítá se…
Zrušit
Uložit