summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-31 17:15:30 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-31 17:15:30 +0000
commit132098aa8fa7c6ffb7630a1005e2c734b6069c76 (patch)
tree1e3ee43c523056a16f496863782811a2a63b7dad /manifests/plugin.pp
parent4bc3b1a7a481a382bd61b284b2ab3888904630bf (diff)
facter class with new name, to debug
git-svn-id: https://svn/ipuppet/trunk/modules/munin@640 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 535d76d..61cf4e2 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -155,8 +155,8 @@ class munin::plugins::base {
# handle if_ and if_err_ plugins
class munin::plugins::interfaces inherits munin::plugins::base {
- $ifs = gsub(split($interfaces, " "), "(.+)", "if_\\1")
- $if_errs = gsub(split($interfaces, " "), "(.+)", "if_err_\\1")
+ $ifs = gsub(split($facterinterfaces, " "), "(.+)", "if_\\1")
+ $if_errs = gsub(split($facterinterfaces, " "), "(.+)", "if_err_\\1")
plugin {
$ifs: ensure => "if_";
$if_errs: ensure => "if_err_";