Преглед на файлове

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 преди 11 години
родител
ревизия
aca9d6eeb3
променени са 7 файла, в които са добавени 1 реда и са изтрити 7 реда
  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 Целия файл

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

include:
- apt
- apache
- apache.register_site


+ 1
- 1
apache/fcgid.sls Целия файл

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

include:
- apt
- apache

mod-fcgid:
pkg.installed:

+ 0
- 1
apache/mod_proxy.sls Целия файл

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

include:
- apt
- apache

a2enmod proxy:

+ 0
- 1
apache/mod_proxy_http.sls Целия файл

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

include:
- apt
- apache
- apache.mod_proxy


+ 0
- 1
apache/php5.sls Целия файл

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

include:
- apt
- apache

mod-php5:

+ 0
- 1
apache/rewrite.sls Целия файл

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

include:
- apt
- apache

a2enmod rewrite:

+ 0
- 1
apache/vhost_alias.sls Целия файл

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

include:
- apt
- apache

a2enmod vhost_alias:

Loading…
Отказ
Запис