Procházet zdrojové kódy

[users.sls] touch /etc/nginx/.htpasswd

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

+ 4
- 0
nginx/users.sls Zobrazit soubor

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

touch /etc/nginx/.htpasswd:
cmd.run:
- creates: /etc/nginx/.htpasswd

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

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