Merge pull request #46 from thornycrackers/master

Update standard.sls
This commit is contained in:
Nitin Madhok 2015-03-23 19:17:02 -04:00
commit 0e2dd72e43

View File

@ -24,6 +24,7 @@ include:
file.directory: file.directory:
- unless: test -d {{ site.get('DocumentRoot') }} - unless: test -d {{ site.get('DocumentRoot') }}
- name: {{ site.get('DocumentRoot') }} - name: {{ site.get('DocumentRoot') }}
- makedirs: True
{% if grains.os_family == 'Debian' %} {% if grains.os_family == 'Debian' %}
a2ensite {{ id }}{{ apache.confext }}: a2ensite {{ id }}{{ apache.confext }}: