Browse Source

Merge pull request #146 from rhertzog/fix-vhost

Do not force usage of apache.config in apache.vhosts.standard
master
Nitin Madhok 8 years ago
parent
commit
adc80edd39
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      apache/vhosts/standard.sls

+ 0
- 1
apache/vhosts/standard.sls View File



include: include:
- apache - apache
- apache.config


{% for id, site in salt['pillar.get']('apache:sites', {}).items() %} {% for id, site in salt['pillar.get']('apache:sites', {}).items() %}
{% set documentroot = site.get('DocumentRoot', '{0}/{1}'.format(apache.wwwdir, id)) %} {% set documentroot = site.get('DocumentRoot', '{0}/{1}'.format(apache.wwwdir, id)) %}

Loading…
Cancel
Save