소스 검색

[nginx/users] add makedirs to htpasswd deploy

master
Arthur Lutz 6 년 전
부모
커밋
28d1069617
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      nginx/users.sls

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

@@ -8,6 +8,7 @@ htpasswd:
make sure {{ htauth }} exists:
file.exists:
- name: {{ htauth }}
- makedirs: True

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

Loading…
취소
저장