setting the remaining changes caused by the change to module.waittags/v0.37.4
cmd.run: | cmd.run: | ||||
- order: 225 | - order: 225 | ||||
- unless: ls /etc/apache2/mods-enabled/fcgid.load | - unless: ls /etc/apache2/mods-enabled/fcgid.load | ||||
- require: | |||||
- require: | |||||
- pkg: mod-fcgid | - pkg: mod-fcgid | ||||
- watch_in: | - watch_in: | ||||
- cmd: apache-restart | |||||
- module: apache-restart | |||||
{% endif %} | {% endif %} |
- 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: | ||||
- 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 |
- require: | - require: | ||||
- pkg: apache | - pkg: apache | ||||
- watch_in: | - watch_in: | ||||
- cmd: apache-restart | |||||
- module: apache-restart | |||||
{% endif %} | {% endif %} |
- require: | - require: | ||||
- pkg: apache | - pkg: apache | ||||
- watch_in: | - watch_in: | ||||
- cmd: apache-restart | |||||
- module: apache-restart | |||||
{% endif %} | {% endif %} |
- require: | - require: | ||||
- file: {{ id }} | - file: {{ id }} | ||||
- watch_in: | - watch_in: | ||||
- cmd: apache-reload | |||||
- module: apache-reload | |||||
{% endif %} | {% endif %} | ||||
{% endfor %} | {% endfor %} |