Browse Source

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 years ago
parent
commit
b1e2d39849
5 changed files with 7 additions and 7 deletions
  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 View File

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 %}

+ 2
- 2
apache/php5.sls View File

- 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

+ 1
- 1
apache/rewrite.sls View File

- require: - require:
- pkg: apache - pkg: apache
- watch_in: - watch_in:
- cmd: apache-restart
- module: apache-restart


{% endif %} {% endif %}

+ 1
- 1
apache/vhost_alias.sls View File

- require: - require:
- pkg: apache - pkg: apache
- watch_in: - watch_in:
- cmd: apache-restart
- module: apache-restart


{% endif %} {% endif %}

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

- require: - require:
- file: {{ id }} - file: {{ id }}
- watch_in: - watch_in:
- cmd: apache-reload
- module: apache-reload
{% endif %} {% endif %}


{% endfor %} {% endfor %}

Loading…
Cancel
Save