apache, yum: Remove unused mod_spdy support
This commit is contained in:
parent
0d1594a436
commit
6f8bf0c590
2 changed files with 0 additions and 57 deletions
|
@ -1026,42 +1026,6 @@ class apache::mod::wsgi($http=true, $https=true, $embedded=true) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Install Google's mod_spdy
|
|
||||||
#
|
|
||||||
class apache::mod::spdy {
|
|
||||||
|
|
||||||
case $::operatingsystem {
|
|
||||||
"centos","redhat","fedora": { }
|
|
||||||
default: {
|
|
||||||
fail("Apache module not supported in ${::operatingsystem}.")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
$spdy_package = "mod-spdy-beta"
|
|
||||||
|
|
||||||
require yum::repo::mod_spdy
|
|
||||||
|
|
||||||
package { $spdy_package:
|
|
||||||
ensure => installed,
|
|
||||||
}
|
|
||||||
|
|
||||||
apache::configfile { "spdy.conf":
|
|
||||||
http => false,
|
|
||||||
https => true,
|
|
||||||
require => Package[$spdy_package],
|
|
||||||
notify => Service["httpsd"],
|
|
||||||
}
|
|
||||||
|
|
||||||
apache::configfile { "load_ssl_with_npn.conf":
|
|
||||||
http => false,
|
|
||||||
https => true,
|
|
||||||
require => Package[$spdy_package],
|
|
||||||
notify => Service["httpsd"],
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# Install and configure webalizer.
|
# Install and configure webalizer.
|
||||||
#
|
#
|
||||||
class apache::webalizer {
|
class apache::webalizer {
|
||||||
|
|
|
@ -706,27 +706,6 @@ class yum::repo::puppetlabs::dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Add Google's mod_spdy repository
|
|
||||||
#
|
|
||||||
class yum::repo::mod_spdy {
|
|
||||||
|
|
||||||
yum::repo { "mod-spdy":
|
|
||||||
descr => "mod_spdy Repository",
|
|
||||||
baseurl => "http://dl.google.com/linux/mod-spdy/rpm/stable/x86_64",
|
|
||||||
gpgkey => "puppet:///modules/yum/keys/google.key",
|
|
||||||
}
|
|
||||||
|
|
||||||
file { "/etc/default/mod-spdy":
|
|
||||||
ensure => present,
|
|
||||||
mode => "0644",
|
|
||||||
owner => "root",
|
|
||||||
group => "root",
|
|
||||||
content => "repo_add_once=\"false\"\n",
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# Add Basho's riak repository
|
# Add Basho's riak repository
|
||||||
#
|
#
|
||||||
class yum::repo::riak {
|
class yum::repo::riak {
|
||||||
|
|
Loading…
Add table
Reference in a new issue