소스 검색

Merge pull request #190 from arthurlogilab/nginx-users-makedirs

[nginx/users] convert file.present into file.managed with no content
tags/v0.55.0
Niels Abspoel 6 년 전
부모
커밋
4b3d5bf624
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      nginx/users.sls

+ 1
- 1
nginx/users.sls 파일 보기

@@ -10,7 +10,7 @@ touch {{ htauth }}:
- creates: {{ htauth }}

make sure {{ htauth }} exists:
file.exists:
file.managed:
- name: {{ htauth }}
- makedirs: True


Loading…
취소
저장