Parcourir la source

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.
master
Seth House il y a 11 ans
Parent
révision
aca9d6eeb3
7 fichiers modifiés avec 1 ajouts et 7 suppressions
  1. +0
    -1
      apache/debian_full.sls
  2. +1
    -1
      apache/fcgid.sls
  3. +0
    -1
      apache/mod_proxy.sls
  4. +0
    -1
      apache/mod_proxy_http.sls
  5. +0
    -1
      apache/php5.sls
  6. +0
    -1
      apache/rewrite.sls
  7. +0
    -1
      apache/vhost_alias.sls

+ 0
- 1
apache/debian_full.sls Voir le fichier

@@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}

include:
- apt
- apache
- apache.register_site


+ 1
- 1
apache/fcgid.sls Voir le fichier

@@ -1,7 +1,7 @@
{% if grains['os_family']=="Debian" %}

include:
- apt
- apache

mod-fcgid:
pkg.installed:

+ 0
- 1
apache/mod_proxy.sls Voir le fichier

@@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}

include:
- apt
- apache

a2enmod proxy:

+ 0
- 1
apache/mod_proxy_http.sls Voir le fichier

@@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}

include:
- apt
- apache
- apache.mod_proxy


+ 0
- 1
apache/php5.sls Voir le fichier

@@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}

include:
- apt
- apache

mod-php5:

+ 0
- 1
apache/rewrite.sls Voir le fichier

@@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}

include:
- apt
- apache

a2enmod rewrite:

+ 0
- 1
apache/vhost_alias.sls Voir le fichier

@@ -1,7 +1,6 @@
{% if grains['os_family']=="Debian" %}

include:
- apt
- apache

a2enmod vhost_alias:

Chargement…
Annuler
Enregistrer