From 8b5287a7c93e071c856acd216d7e283262aec5dc Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 21 Feb 2009 15:51:11 +0000 Subject: some intendation clean ups --- manifests/plugin.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'manifests') diff --git a/manifests/plugin.pp b/manifests/plugin.pp index 82d2d27..c8d0bc3 100644 --- a/manifests/plugin.pp +++ b/manifests/plugin.pp @@ -196,15 +196,15 @@ class munin::plugins::interfaces inherits munin::plugins::base { case $operatingsystem { openbsd: { $if_errs = gsub(split($interfaces, " |,"), "(.+)", "if_errcoll_\\1") - munin::plugin{ - $if_errs: ensure => "if_errcoll_"; - } + munin::plugin{ + $if_errs: ensure => "if_errcoll_"; + } } default: { $if_errs = gsub(split($interfaces, " |,"), "(.+)", "if_err_\\1") - munin::plugin{ + munin::plugin{ $if_errs: ensure => "if_err_"; - } + } } } } -- cgit v1.2.3