From b062ecae42d47438dd4e7d2727e3581ccbbe5781 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 23 Feb 2014 15:43:18 +0100 Subject: this is only required on debian --- manifests/munin.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifests/munin.pp b/manifests/munin.pp index 2a04e97..46af172 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -1,7 +1,8 @@ # manage apache monitoring things class apache::munin { - - include perl::extensions::libwww + if $::osfamily == 'Debian' { + include perl::extensions::libwww + } munin::plugin{ [ 'apache_accesses', 'apache_processes', 'apache_volume' ]: } munin::plugin::deploy { 'apache_activity': -- cgit v1.2.3