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
[users.sls] touch /etc/nginx/.htpasswd
master
Arthur Lutz
6 years ago
parent
896fdee0dd
commit
f3ef626ec4
No account linked to committer's email address
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
+4
-0
nginx/users.sls
+ 4
- 0
nginx/users.sls
View File
@@ -5,6 +5,10 @@ htpasswd:
pkg.installed:
- name: {{ nginx.apache_utils }}
touch /etc/nginx/.htpasswd:
cmd.run:
- creates: /etc/nginx/.htpasswd
make sure {{ htauth }} exists:
file.exists:
- name: {{ htauth }}
Write
Preview
Loading…
Cancel
Save