From: Silvio Rhatto Date: Mon, 30 May 2016 16:03:46 +0000 (-0300) Subject: Integrated into apache2-bin: libapache2-mod-macro X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e608701d84d8f44ee701763dc5cbd52497dbb5c2;p=puppet-apache.git Integrated into apache2-bin: libapache2-mod-macro --- diff --git a/manifests/init.pp b/manifests/init.pp index 34c3021..67e0dd2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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":