Просмотр исходного кода

Merge pull request #146 from rhertzog/fix-vhost

Do not force usage of apache.config in apache.vhosts.standard
tags/v0.37.4
Nitin Madhok 8 лет назад
Родитель
Сommit
adc80edd39
1 измененных файлов: 0 добавлений и 1 удалений
  1. +0
    -1
      apache/vhosts/standard.sls

+ 0
- 1
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)) %}

Загрузка…
Отмена
Сохранить