Преглед на файлове
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 реда
-
nginx/users.sls
|
|
@@ -10,7 +10,7 @@ touch {{ htauth }}: |
|
|
|
- creates: {{ htauth }} |
|
|
|
|
|
|
|
make sure {{ htauth }} exists: |
|
|
|
file.exists: |
|
|
|
file.managed: |
|
|
|
- name: {{ htauth }} |
|
|
|
- makedirs: True |
|
|
|
|