Parcourir la source
Merge pull request #190 from arthurlogilab/nginx-users-makedirs
[nginx/users] convert file.present into file.managed with no content
master
Niels Abspoel
il y a 6 ans
Parent
révision
4b3d5bf624
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
nginx/users.sls
|
|
@@ -10,7 +10,7 @@ touch {{ htauth }}: |
|
|
|
- creates: {{ htauth }} |
|
|
|
|
|
|
|
make sure {{ htauth }} exists: |
|
|
|
file.exists: |
|
|
|
file.managed: |
|
|
|
- name: {{ htauth }} |
|
|
|
- makedirs: True |
|
|
|
|