From 8067746d6c6efde6cc3d67177910aa96f9491652 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 22 Dec 2009 21:00:14 -0500 Subject: the 'users' munin plugin seems to be a centos-specific one, so we setup a special munin::plugins::centos and include that in the proper client case statement for centos --- manifests/plugins/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/plugins/base.pp') diff --git a/manifests/plugins/base.pp b/manifests/plugins/base.pp index 4658acc..5fc2476 100644 --- a/manifests/plugins/base.pp +++ b/manifests/plugins/base.pp @@ -15,7 +15,7 @@ class munin::plugins::base { munin::plugin { [ df, cpu, interrupts, load, memory, netstat, open_files, - processes, swap, uptime, users, vmstat + processes, swap, uptime, vmstat ]: ensure => present, } -- cgit v1.2.3