This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
nginx-formula
mirror of
https://github.com/saltstack-formulas/nginx-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
34
Wiki
Activity
Browse Source
Merge pull request
#183
from arthurlogilab/patch-4
Touch htpassw for nginx
tags/v0.55.0
Niels Abspoel
6 years ago
parent
eeb118bb93
78ddf90f5b
commit
d0800e9aac
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 {{ htauth }}:
cmd.run:
- creates: {{ htauth }}
make sure {{ htauth }} exists:
file.exists:
- name: {{ htauth }}
Write
Preview
Loading…
Cancel
Save