]> gitweb.fluxo.info Git - puppet-apache.git/commitdiff
Integrated into apache2-bin: libapache2-mod-macro
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 30 May 2016 16:03:46 +0000 (13:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 30 May 2016 16:03:46 +0000 (13:03 -0300)
manifests/init.pp

index 34c30215f057b53a343f63440357b06a91ec52fc..67e0dd288833d12628cf6fcf0012d507d0348153 100644 (file)
@@ -70,9 +70,13 @@ class apache(
     require => Package["apache"],
   }
 
+  # Integrated into apache2-bin
   package { "mod_macro":
     name   => "libapache2-mod-macro",
-    ensure => installed,                                                                                                     
+    ensure => $::lsbdistcodename ? {
+      'wheezy' => present,
+      default  => absent,
+    },
   }
 
   service { "apache2":