Browse Source
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 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
nginx/users.sls
|
|
|
|
|
|
|
|
- creates: {{ htauth }} |
|
|
- creates: {{ htauth }} |
|
|
|
|
|
|
|
|
make sure {{ htauth }} exists: |
|
|
make sure {{ htauth }} exists: |
|
|
file.exists: |
|
|
|
|
|
|
|
|
file.managed: |
|
|
- name: {{ htauth }} |
|
|
- name: {{ htauth }} |
|
|
- makedirs: True |
|
|
- makedirs: True |
|
|
|
|
|
|