Sfoglia il codice sorgente

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

[nginx/users] add makedirs to htpasswd deploy
master
Niels Abspoel 6 anni fa
parent
commit
5a7e113a15
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      nginx/users.sls

+ 1
- 0
nginx/users.sls Vedi File

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

Loading…
Annulla
Salva