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/apache/manifests/mod/deflate.pp | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 modules/apache/manifests/mod/deflate.pp (limited to 'modules/apache/manifests') diff --git a/modules/apache/manifests/mod/deflate.pp b/modules/apache/manifests/mod/deflate.pp deleted file mode 100644 index 0e2211aa..00000000 --- a/modules/apache/manifests/mod/deflate.pp +++ /dev/null @@ -1,4 +0,0 @@ -class apache::mod::deflate { - include apache::base - package { 'apache-mod_deflate': } -} -- cgit v1.2.1