From abd69d217716cdc81e8628ab2978dd5aec4f90f9 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 21 Feb 2017 00:48:25 +0100 Subject: Remove broken apache-mod_deflate package requirement This has been provided by the apache package directly since Mga3. apache-mod_deflate was used for the planet config only, on the champagne host, running Mga4. puppet failed because it did not handle the virtual package from the apache package: Error: Package apache-mod_deflate was not present after trying to install it Error: /Stage[main]/Apache::Mod::Deflate/Package[apache-mod_deflate]/ensure: change from absent to present failed: Package apache-mod_deflate was not present after trying to install it --- modules/planet/manifests/init.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/planet/manifests/init.pp') diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp index 88e36a6f..8aacd5cc 100644 --- a/modules/planet/manifests/init.pp +++ b/modules/planet/manifests/init.pp @@ -10,7 +10,6 @@ class planet { $location = "/var/www/vhosts/${vhost}" include apache::mod::php - include apache::mod::deflate apache::vhost::base { $vhost: location => $location, -- cgit v1.2.1