Kaynağa Gözat

[users] use {{ htauth }} variable

master
Arthur Lutz 6 yıl önce
ebeveyn
işleme
78ddf90f5b
İşleme yapanın e-posta adresine bağlı hesap yok
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      nginx/users.sls

+ 2
- 2
nginx/users.sls Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet