Explorar el Código
Merge pull request #189 from arthurlogilab/nginx-users-makedirs
[nginx/users] add makedirs to htpasswd deploy
master
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
0 borrados
-
nginx/users.sls
|
|
@@ -12,6 +12,7 @@ touch {{ htauth }}: |
|
|
|
make sure {{ htauth }} exists: |
|
|
|
file.exists: |
|
|
|
- name: {{ htauth }} |
|
|
|
- makedirs: True |
|
|
|
|
|
|
|
{% for name, user in pillar.get('users', {}).items() %} |
|
|
|
{% if user['webauth'] is defined -%} |