Pārlūkot izejas kodu

Merge pull request #138 from arthurlogilab/patch-3

touch htpasswd file if it doesn't exist
susefix
Forrest pirms 8 gadiem
vecāks
revīzija
99b6ee9976
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. +5
    -1
      nginx/users.sls

+ 5
- 1
nginx/users.sls Parādīt failu

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

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

{% for name, user in pillar.get('users', {}).items() %}
{% if user['webauth'] is defined -%}

@@ -18,4 +22,4 @@ nginx_user_{{name}}:
- pkg: htpasswd

{% endif -%}
{% endfor %}
{% endfor %}

Notiek ielāde…
Atcelt
Saglabāt