瀏覽代碼

[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 -%}

Loading…
取消
儲存