From e608701d84d8f44ee701763dc5cbd52497dbb5c2 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 30 May 2016 13:03:46 -0300 Subject: Integrated into apache2-bin: libapache2-mod-macro --- manifests/init.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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": -- cgit v1.2.3