From: Stephen Gran Date: Fri, 16 Oct 2009 20:28:18 +0000 (+0100) Subject: right. actually decalre inheritance X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f9f0db58c75987e081d0eecd10baef49d2c800f4;p=mirror%2Fdsa-puppet.git right. actually decalre inheritance Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/manifests/apache.pp b/modules/munin-node/manifests/apache.pp index 47ccba179..137d7a953 100644 --- a/modules/munin-node/manifests/apache.pp +++ b/modules/munin-node/manifests/apache.pp @@ -1,4 +1,4 @@ -class munin-node::apache { +class munin-node::apache inherits munin-node { activate_munin_check("apache_accesses"); activate_munin_check("apache_processes"); activate_munin_check("apache_volume");