Browse Source

[nginx/users] convert file.present into file.managed with no content

master
Arthur Lutz 6 years ago
parent
commit
4da13b9f8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/users.sls

+ 1
- 1
nginx/users.sls View File

@@ -6,7 +6,7 @@ htpasswd:
- name: {{ nginx.apache_utils }}

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


Loading…
Cancel
Save