浏览代码

Merge pull request #189 from arthurlogilab/nginx-users-makedirs

[nginx/users] add makedirs to htpasswd deploy
master
Niels Abspoel 6 年前
父节点
当前提交
5a7e113a15
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      nginx/users.sls

+ 1
- 0
nginx/users.sls 查看文件

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

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

正在加载...
取消
保存