From 2f6d7891e115f921c157567e2aa5afd6199c310e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 15 Apr 2013 15:48:43 -0400 Subject: add the requirement for perl::extensions::libwww --- manifests/munin.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests') diff --git a/manifests/munin.pp b/manifests/munin.pp index 8b5bda1..2a04e97 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -1,5 +1,8 @@ # manage apache monitoring things class apache::munin { + + include perl::extensions::libwww + munin::plugin{ [ 'apache_accesses', 'apache_processes', 'apache_volume' ]: } munin::plugin::deploy { 'apache_activity': source => 'apache/munin/apache_activity', -- cgit v1.2.3