Przeglądaj źródła

Merge pull request #49 from multani/fix-missing-documentroot

Don't fail on missing DocumentRoot
master
Forrest 9 lat temu
rodzic
commit
b190357ebf
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      apache/vhosts/standard.sls

+ 3
- 1
apache/vhosts/standard.sls Wyświetl plik

@@ -19,12 +19,14 @@ include:
- pkg: apache
- watch_in:
- module: apache-reload

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

{% if grains.os_family == 'Debian' %}
a2ensite {{ id }}{{ apache.confext }}:

Ładowanie…
Anuluj
Zapisz