ソースを参照

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:

読み込み中…
キャンセル
保存