summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
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 85fa444..87259f7 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -88,8 +88,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($munin_interfaces, " "), "(.+)", "if_\\1")
+ $if_errs = gsub(split($munin_interfaces, " "), "(.+)", "if_err_\\1")
plugin {
$ifs: ensure => "if_";
$if_errs: ensure => "if_err_";