Ver código fonte

Merge pull request #189 from arthurlogilab/nginx-users-makedirs

[nginx/users] add makedirs to htpasswd deploy
master
Niels Abspoel 6 anos atrás
pai
commit
5a7e113a15
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      nginx/users.sls

+ 1
- 0
nginx/users.sls Ver arquivo

@@ -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 -%}

Carregando…
Cancelar
Salvar