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

Merge pull request #16 from bechtoldt/improvements

setting the remaining changes caused by the change to module.wait
tags/v0.37.4
Seth House 11 лет назад
Родитель
Сommit
b1e2d39849
5 измененных файлов: 7 добавлений и 7 удалений
  1. +2
    -2
      apache/fcgid.sls
  2. +2
    -2
      apache/php5.sls
  3. +1
    -1
      apache/rewrite.sls
  4. +1
    -1
      apache/vhost_alias.sls
  5. +1
    -1
      apache/vhosts/standard.sls

+ 2
- 2
apache/fcgid.sls Просмотреть файл

@@ -14,9 +14,9 @@ a2enmod fcgid:
cmd.run:
- order: 225
- unless: ls /etc/apache2/mods-enabled/fcgid.load
- require:
- require:
- pkg: mod-fcgid
- watch_in:
- cmd: apache-restart
- module: apache-restart

{% endif %}

+ 2
- 2
apache/php5.sls Просмотреть файл

@@ -18,7 +18,7 @@ a2enmod php5:
- require:
- pkg: mod-php5
- watch_in:
- cmd: apache-restart
- module: apache-restart

{% if 'apache' in pillar and 'php-ini' in pillar['apache'] %}
/etc/php5/apache2/php.ini:
@@ -26,7 +26,7 @@ a2enmod php5:
- source: {{ pillar['apache']['php-ini'] }}
- order: 225
- watch_in:
- cmd: apache-restart
- module: apache-restart
- require:
- pkg: apache
- pkg: php5

+ 1
- 1
apache/rewrite.sls Просмотреть файл

@@ -11,6 +11,6 @@ a2enmod rewrite:
- require:
- pkg: apache
- watch_in:
- cmd: apache-restart
- module: apache-restart

{% endif %}

+ 1
- 1
apache/vhost_alias.sls Просмотреть файл

@@ -11,6 +11,6 @@ a2enmod vhost_alias:
- require:
- pkg: apache
- watch_in:
- cmd: apache-restart
- module: apache-restart

{% endif %}

+ 1
- 1
apache/vhosts/standard.sls Просмотреть файл

@@ -27,7 +27,7 @@ a2ensite {{ id }}:
- require:
- file: {{ id }}
- watch_in:
- cmd: apache-reload
- module: apache-reload
{% endif %}

{% endfor %}

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