diff --git a/apache/vhosts/standard.sls b/apache/vhosts/standard.sls index f0db05d..5ccd137 100644 --- a/apache/vhosts/standard.sls +++ b/apache/vhosts/standard.sls @@ -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)) %}