Procházet zdrojové kódy

Update standard.sls

Make sure that you can makedirs incase parent folders are not created
tags/v0.37.4
Cody Hiar před 9 roky
rodič
revize
f1b89abd3b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      apache/vhosts/standard.sls

+ 1
- 0
apache/vhosts/standard.sls Zobrazit soubor

@@ -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 }}:

Načítá se…
Zrušit
Uložit