apache, yum: Prevent mod_spdy post-install from modifying the yum repo file
This commit is contained in:
parent
5ac54d2870
commit
e913593020
2 changed files with 12 additions and 4 deletions
|
@ -980,11 +980,10 @@ class apache::mod::spdy {
|
|||
|
||||
$spdy_package = "mod-spdy-beta"
|
||||
|
||||
include yum::repo::mod_spdy
|
||||
require yum::repo::mod_spdy
|
||||
|
||||
package { $spdy_package:
|
||||
ensure => installed,
|
||||
require => Yum::Repo["mod_spdy"],
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
apache::configfile { "spdy.conf":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue