From: Stephen Gran Date: Fri, 16 Oct 2009 20:30:12 +0000 (+0100) Subject: this should work better X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b6b0b0c65463a4c267c062cb7f9dd67c6d1378d4;p=mirror%2Fdsa-puppet.git this should work better Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/manifests/apache.pp b/modules/munin-node/manifests/apache.pp index 137d7a953..9b632979a 100644 --- a/modules/munin-node/manifests/apache.pp +++ b/modules/munin-node/manifests/apache.pp @@ -1,6 +1,8 @@ class munin-node::apache inherits munin-node { - activate_munin_check("apache_accesses"); - activate_munin_check("apache_processes"); - activate_munin_check("apache_volume"); + activate_munin_check { + "apache_accesses"; + "apache_processes"; + "apache_volume"; + } }