From: Stephen Gran <steve@lobefin.net>
Date: Sun, 7 Mar 2010 20:52:24 +0000 (+0000)
Subject: munin must run ip6 plugin as root as well
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d18bb90cf17cc35126f7bb4d60fa54f360024bc9;p=dsa-puppet.git

munin must run ip6 plugin as root as well

Signed-off-by: Stephen Gran <steve@lobefin.net>
---

diff --git a/modules/munin-node/templates/munin-node.plugin.conf.erb b/modules/munin-node/templates/munin-node.plugin.conf.erb
index fd3acbe7..b7f4767f 100644
--- a/modules/munin-node/templates/munin-node.plugin.conf.erb
+++ b/modules/munin-node/templates/munin-node.plugin.conf.erb
@@ -55,6 +55,9 @@ user nobody
 [ip_*]
 user root
 
+[ip6_*]
+user root
+
 [mysql*]
 user root
 env.mysqlopts --defaults-extra-file=/etc/mysql/debian.cnf