Selaa lähdekoodia
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 vuotta sitten
vanhempi
commit
4b3d5bf624
No account linked to committer's email address
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
nginx/users.sls
|
|
@@ -10,7 +10,7 @@ touch {{ htauth }}: |
|
|
|
- creates: {{ htauth }} |
|
|
|
|
|
|
|
make sure {{ htauth }} exists: |
|
|
|
file.exists: |
|
|
|
file.managed: |
|
|
|
- name: {{ htauth }} |
|
|
|
- makedirs: True |
|
|
|
|