From 66e80fcefbc13758a803ff6845e2e9b679bcf926 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 24 Apr 2008 09:48:23 +0000 Subject: rearranged plugin ordering, fixed some yum stuff --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 4db6480..772c471 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -45,7 +45,7 @@ class apache::base { require => Package[apache], content => template('apache/default/default_index.erb'), } - include munin::plugins::apache + include apache::status } ### distro specific stuff @@ -216,6 +216,7 @@ class apache::status { case $operatingsystem { centos: { include apache::status::centos } } + include munin::plugins::apache } class apache::status::centos { -- cgit v1.2.3