mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Added some missing order statements
This commit is contained in:
parent
edf0cba2a4
commit
182d4f9d9c
2 changed files with 2 additions and 0 deletions
1
php5.sls
1
php5.sls
|
@ -13,6 +13,7 @@ mod-php5:
|
|||
a2enmod php5:
|
||||
cmd.run:
|
||||
- unless: ls /etc/apache2/mods-enabled/php5.load
|
||||
- order: 225
|
||||
- require:
|
||||
- pkg: mod-php5
|
||||
- watch_in:
|
||||
|
|
|
@ -6,6 +6,7 @@ include:
|
|||
a2enmod rewrite:
|
||||
cmd.run:
|
||||
- unless: ls /etc/apache2/mods-enabled/rewrite.load
|
||||
- order: 225
|
||||
- watch_in:
|
||||
- cmd: apache-restart
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue