setting the remaining changes caused by the change of cmd.wait to .module.wait in init.sls
This commit is contained in:
parent
b118690c53
commit
1fce705bc0
@ -17,6 +17,6 @@ a2enmod fcgid:
|
|||||||
- require:
|
- require:
|
||||||
- pkg: mod-fcgid
|
- pkg: mod-fcgid
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- cmd: apache-restart
|
- module: apache-restart
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -18,7 +18,7 @@ a2enmod php5:
|
|||||||
- require:
|
- require:
|
||||||
- pkg: mod-php5
|
- pkg: mod-php5
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- cmd: apache-restart
|
- module: apache-restart
|
||||||
|
|
||||||
{% if 'apache' in pillar and 'php-ini' in pillar['apache'] %}
|
{% if 'apache' in pillar and 'php-ini' in pillar['apache'] %}
|
||||||
/etc/php5/apache2/php.ini:
|
/etc/php5/apache2/php.ini:
|
||||||
@ -26,7 +26,7 @@ a2enmod php5:
|
|||||||
- source: {{ pillar['apache']['php-ini'] }}
|
- source: {{ pillar['apache']['php-ini'] }}
|
||||||
- order: 225
|
- order: 225
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- cmd: apache-restart
|
- module: apache-restart
|
||||||
- require:
|
- require:
|
||||||
- pkg: apache
|
- pkg: apache
|
||||||
- pkg: php5
|
- pkg: php5
|
||||||
|
@ -11,6 +11,6 @@ a2enmod rewrite:
|
|||||||
- require:
|
- require:
|
||||||
- pkg: apache
|
- pkg: apache
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- cmd: apache-restart
|
- module: apache-restart
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -11,6 +11,6 @@ a2enmod vhost_alias:
|
|||||||
- require:
|
- require:
|
||||||
- pkg: apache
|
- pkg: apache
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- cmd: apache-restart
|
- module: apache-restart
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -27,7 +27,7 @@ a2ensite {{ id }}:
|
|||||||
- require:
|
- require:
|
||||||
- file: {{ id }}
|
- file: {{ id }}
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- cmd: apache-reload
|
- module: apache-reload
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user