summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-02-21 15:51:11 +0000
committermh <mh@immerda.ch>2009-02-21 15:51:11 +0000
commit8b5287a7c93e071c856acd216d7e283262aec5dc (patch)
tree5ba02a15d4e205683da3aacd46beefc583543078 /manifests
parent50af1520524eed3ae6cba43bf9aec0e2256954a4 (diff)
some intendation clean ups
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp10
1 files changed, 5 insertions, 5 deletions
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_";
- }
+ }
}
}
}