Procházet zdrojové kódy

Merge pull request #183 from arthurlogilab/patch-4

Touch htpassw for nginx
master
Niels Abspoel před 6 roky
rodič
revize
d0800e9aac
Žá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 {{ htauth }}:
cmd.run:
- creates: {{ htauth }}

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

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