Преглед на файлове

allow absence of DocumentRoot

DocumentRoot is useless for a plain redirect or proxy vhost, no need to
force creating the directory.

Signed-off-by: Julien Cristau <julien.cristau@logilab.fr>
master
Julien Cristau преди 9 години
родител
ревизия
9be8ade5aa
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. +2
    -0
      apache/vhosts/standard.sls

+ 2
- 0
apache/vhosts/standard.sls Целия файл

@@ -21,11 +21,13 @@ include:
- watch_in:
- module: apache-reload

{% if site.get('DocumentRoot') != False %}
{{ id }}-documentroot:
file.directory:
- unless: test -d {{ documentroot }}
- name: {{ documentroot }}
- makedirs: True
{% endif %}

{% if grains.os_family == 'Debian' %}
{% if site.get('enabled') %}

Loading…
Отказ
Запис