Explorar el Código

[nginx/users] convert file.present into file.managed with no content

master
Arthur Lutz hace 6 años
padre
commit
4da13b9f8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      nginx/users.sls

+ 1
- 1
nginx/users.sls Ver fichero

@@ -6,7 +6,7 @@ htpasswd:
- name: {{ nginx.apache_utils }}

make sure {{ htauth }} exists:
file.exists:
file.managed:
- name: {{ htauth }}
- makedirs: True


Cargando…
Cancelar
Guardar