소스 검색

Merge pull request #183 from arthurlogilab/patch-4

Touch htpassw for nginx
master
Niels Abspoel 6 년 전
부모
커밋
d0800e9aac
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 {{ htauth }}:
cmd.run:
- creates: {{ htauth }}

make sure {{ htauth }} exists:
file.exists:
- name: {{ htauth }}

Loading…
취소
저장