Do not force usage of apache.config in apache.vhosts.standardtags/v0.37.4
@@ -2,7 +2,6 @@ | |||
include: | |||
- apache | |||
- apache.config | |||
{% for id, site in salt['pillar.get']('apache:sites', {}).items() %} | |||
{% set documentroot = site.get('DocumentRoot', '{0}/{1}'.format(apache.wwwdir, id)) %} |