Merge pull request #18 from gravyboat/master

Removed apt from items where it is not required, also modified fcgid to include apache as it requires the apache package.
This commit is contained in:
Seth House 2014-01-20 12:49:32 -08:00
commit aca9d6eeb3
7 changed files with 1 additions and 7 deletions

View File

@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}
include:
- apt
- apache
- apache.register_site

View File

@ -1,7 +1,7 @@
{% if grains['os_family']=="Debian" %}
include:
- apt
- apache
mod-fcgid:
pkg.installed:

View File

@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}
include:
- apt
- apache
a2enmod proxy:

View File

@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}
include:
- apt
- apache
- apache.mod_proxy

View File

@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}
include:
- apt
- apache
mod-php5:

View File

@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}
include:
- apt
- apache
a2enmod rewrite:

View File

@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}
include:
- apt
- apache
a2enmod vhost_alias: