Removed apt from items where it is not required, also modified fcgid to include apache as it requires the apache package.master
@@ -1,7 +1,6 @@ | |||
{% if grains['os_family']=="Debian" %} | |||
include: | |||
- apt | |||
- apache | |||
- apache.register_site | |||
@@ -1,7 +1,7 @@ | |||
{% if grains['os_family']=="Debian" %} | |||
include: | |||
- apt | |||
- apache | |||
mod-fcgid: | |||
pkg.installed: |
@@ -1,7 +1,6 @@ | |||
{% if grains['os_family']=="Debian" %} | |||
include: | |||
- apt | |||
- apache | |||
a2enmod proxy: |
@@ -1,7 +1,6 @@ | |||
{% if grains['os_family']=="Debian" %} | |||
include: | |||
- apt | |||
- apache | |||
- apache.mod_proxy | |||
@@ -1,7 +1,6 @@ | |||
{% if grains['os_family']=="Debian" %} | |||
include: | |||
- apt | |||
- apache | |||
mod-php5: |
@@ -1,7 +1,6 @@ | |||
{% if grains['os_family']=="Debian" %} | |||
include: | |||
- apt | |||
- apache | |||
a2enmod rewrite: |
@@ -1,7 +1,6 @@ | |||
{% if grains['os_family']=="Debian" %} | |||
include: | |||
- apt | |||
- apache | |||
a2enmod vhost_alias: |