Explorar el Código

[users.sls] touch /etc/nginx/.htpasswd

master
Arthur Lutz hace 6 años
padre
commit
f3ef626ec4
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      nginx/users.sls

+ 4
- 0
nginx/users.sls Ver fichero

@@ -5,6 +5,10 @@ htpasswd:
pkg.installed:
- name: {{ nginx.apache_utils }}

touch /etc/nginx/.htpasswd:
cmd.run:
- creates: /etc/nginx/.htpasswd

make sure {{ htauth }} exists:
file.exists:
- name: {{ htauth }}

Cargando…
Cancelar
Guardar