소스 검색
Merge pull request #190 from arthurlogilab/nginx-users-makedirs
[nginx/users] convert file.present into file.managed with no content
tags/v0.55.0
Niels Abspoel
6 년 전
No account linked to committer's email address
1개의 변경된 파일과
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 |
|
|
|
|