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

vhosts/standard: fix set user/group

unless test -d on file.directory seems useless.
master
Adrien "ze" Urban 6 лет назад
Родитель
Сommit
2bae6fea10
1 измененных файлов: 0 добавлений и 1 удалений
  1. +0
    -1
      apache/vhosts/standard.sls

+ 0
- 1
apache/vhosts/standard.sls Просмотреть файл

@@ -24,7 +24,6 @@ include:
{% if site.get('DocumentRoot') != False %}
{{ id }}-documentroot:
file.directory:
- unless: test -d {{ documentroot }}
- name: {{ documentroot }}
- makedirs: True
{% if site.get('DocumentRootUser') %}

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