Selaa lähdekoodia

Update standard.sls

Make sure that you can makedirs incase parent folders are not created
master
Cody Hiar 9 vuotta sitten
vanhempi
commit
f1b89abd3b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      apache/vhosts/standard.sls

+ 1
- 0
apache/vhosts/standard.sls Näytä tiedosto

@@ -24,6 +24,7 @@ include:
file.directory:
- unless: test -d {{ site.get('DocumentRoot') }}
- name: {{ site.get('DocumentRoot') }}
- makedirs: True

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

Loading…
Peruuta
Tallenna