소스 검색

touch htpasswd file if it doesn't exist

Fixes #70
susefix
Arthur Lutz 8 년 전
부모
커밋
7cf3af2972
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      nginx/users.sls

+ 5
- 1
nginx/users.sls 파일 보기

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

Loading…
취소
저장