apache, yum: Prevent mod_spdy post-install from modifying the yum repo file

This commit is contained in:
Ossi Salmi 2014-07-19 21:33:37 +03:00
parent 5ac54d2870
commit e913593020
2 changed files with 12 additions and 4 deletions

View file

@ -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":