Explorar el Código

[users] use {{ htauth }} variable

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

+ 2
- 2
nginx/users.sls Ver fichero

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

touch /etc/nginx/.htpasswd:
touch {{ htauth }}:
cmd.run:
- creates: /etc/nginx/.htpasswd
- creates: {{ htauth }}

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

Cargando…
Cancelar
Guardar