Explorar el Código
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
hace 6 años
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
nginx/users.sls
|
|
@@ -10,7 +10,7 @@ touch {{ htauth }}: |
|
|
|
- creates: {{ htauth }} |
|
|
|
|
|
|
|
make sure {{ htauth }} exists: |
|
|
|
file.exists: |
|
|
|
file.managed: |
|
|
|
- name: {{ htauth }} |
|
|
|
- makedirs: True |
|
|
|
|