ソースを参照

Update standard.sls

Make sure that you can makedirs incase parent folders are not created
master
Cody Hiar 9年前
コミット
f1b89abd3b
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      apache/vhosts/standard.sls

+ 1
- 0
apache/vhosts/standard.sls ファイルの表示

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

読み込み中…
キャンセル
保存