Create vhost DocumentRoot directorytags/v0.37.4
- pkg: apache | - pkg: apache | ||||
- watch_in: | - watch_in: | ||||
- module: apache-reload | - module: apache-reload | ||||
{{ id }}-documentroot: | |||||
file.directory: | |||||
- unless: test -d {{ site.get('DocumentRoot') }} | |||||
- name: {{ site.get('DocumentRoot') }} | |||||
{% if grains.os_family == 'Debian' %} | {% if grains.os_family == 'Debian' %} | ||||
a2ensite {{ id }}{{ apache.confext }}: | a2ensite {{ id }}{{ apache.confext }}: |