Преглед на файлове
Merge pull request #189 from arthurlogilab/nginx-users-makedirs
[nginx/users] add makedirs to htpasswd deploy
master
Niels Abspoel
преди 6 години
родител
ревизия
5a7e113a15
No account linked to committer's email address
променени са
1 файла, в които са
добавени 1 реда и са
изтрити 0 реда
-
nginx/users.sls
|
|
@@ -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 -%} |