ソースを参照

[nginx/users] add makedirs to htpasswd deploy

master
Arthur Lutz 6年前
コミット
28d1069617
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      nginx/users.sls

+ 1
- 0
nginx/users.sls ファイルの表示

@@ -8,6 +8,7 @@ htpasswd:
make sure {{ htauth }} exists:
file.exists:
- name: {{ htauth }}
- makedirs: True

{% for name, user in pillar.get('users', {}).items() %}
{% if user['webauth'] is defined -%}

読み込み中…
キャンセル
保存