소스 검색

[users.sls] touch /etc/nginx/.htpasswd

master
Arthur Lutz 6 년 전
부모
커밋
f3ef626ec4
No account linked to committer's email address
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      nginx/users.sls

+ 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 }}

Loading…
취소
저장