This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
nginx-formula
forked from
ExternalMirrors/nginx-formula
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
[nginx/users] add makedirs to htpasswd deploy
master
Arthur Lutz
6 years ago
parent
1db6ddeb66
commit
28d1069617
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
nginx/users.sls
+ 1
- 0
nginx/users.sls
View File
@@ -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 -%}
Write
Preview
Loading…
Cancel
Save