Просмотр исходного кода

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

[nginx/users] convert file.present into file.managed with no content
master
Niels Abspoel 6 лет назад
Родитель
Сommit
4b3d5bf624
Аккаунт пользователя с таким Email не найден
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


Загрузка…
Отмена
Сохранить