瀏覽代碼

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

[nginx/users] convert file.present into file.managed with no content
master
Niels Abspoel 6 年之前
父節點
當前提交
4b3d5bf624
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      nginx/users.sls

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

@@ -10,7 +10,7 @@ touch {{ htauth }}:
- creates: {{ htauth }}

make sure {{ htauth }} exists:
file.exists:
file.managed:
- name: {{ htauth }}
- makedirs: True


Loading…
取消
儲存