Added apache include and requires to php5.sls and rewrite.sls
This commit is contained in:
parent
c863598ec7
commit
f153c78ba8
@ -2,6 +2,7 @@
|
||||
|
||||
include:
|
||||
- apt
|
||||
- apache
|
||||
|
||||
mod-php5:
|
||||
pkg.installed:
|
||||
|
@ -2,11 +2,14 @@
|
||||
|
||||
include:
|
||||
- apt
|
||||
- apache
|
||||
|
||||
a2enmod rewrite:
|
||||
cmd.run:
|
||||
- unless: ls /etc/apache2/mods-enabled/rewrite.load
|
||||
- order: 225
|
||||
- require:
|
||||
- pkg: apache
|
||||
- watch_in:
|
||||
- cmd: apache-restart
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user