Update standard.sls

Create the vhost DocumentRoot directory if it does not exist
This commit is contained in:
Cody Hiar 2015-03-23 15:22:08 -06:00
parent 1949ff4f05
commit 138a522f3f

View File

@ -20,6 +20,11 @@ include:
- watch_in:
- module: apache-reload
{{ id }}-documentroot:
file.directory:
- unless: test -d {{ site.get('DocumentRoot') }}
- name: {{ site.get('DocumentRoot') }}
{% if grains.os_family == 'Debian' %}
a2ensite {{ id }}{{ apache.confext }}:
cmd: