Преглед изворни кода

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

master
Arthur Lutz пре 6 година
родитељ
комит
f3ef626ec4
No account linked to committer's email address
1 измењених фајлова са 4 додато и 0 уклоњено
  1. +4
    -0
      nginx/users.sls

+ 4
- 0
nginx/users.sls Прегледај датотеку

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

Loading…
Откажи
Сачувај