@@ -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 | |||