소스 검색
[users.sls] touch /etc/nginx/.htpasswd
tags/v0.55.0
Arthur Lutz
7 년 전
No account linked to committer's email address
1개의 변경된 파일과
4개의 추가작업 그리고
0개의 파일을 삭제
-
nginx/users.sls
|
|
@@ -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 }} |