Skip to content

Commit d0800e9

Browse files
authored
Merge pull request saltstack-formulas#183 from arthurlogilab/patch-4
Touch htpassw for nginx
2 parents eeb118b + 78ddf90 commit d0800e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nginx/users.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ htpasswd:
55
pkg.installed:
66
- name: {{ nginx.apache_utils }}
77
8+
touch {{ htauth }}:
9+
cmd.run:
10+
- creates: {{ htauth }}
11+
812
make sure {{ htauth }} exists:
913
file.exists:
1014
- name: {{ htauth }}

0 commit comments

Comments
 (0)