summaryrefslogtreecommitdiff
path: root/manifests/plugins/openbsd.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2010-12-10 16:48:01 -0500
committerMicah Anderson <micah@riseup.net>2010-12-10 16:48:01 -0500
commit74f66a8e77b153552ef52efee03187320e1ce877 (patch)
tree9f842135e5a62df7d0ef503dcf045e19238ff013 /manifests/plugins/openbsd.pp
parentfefc399e7e28ec871d91089d535073c2bc705009 (diff)
standardize formatting
Diffstat (limited to 'manifests/plugins/openbsd.pp')
-rw-r--r--manifests/plugins/openbsd.pp14
1 files changed, 5 insertions, 9 deletions
diff --git a/manifests/plugins/openbsd.pp b/manifests/plugins/openbsd.pp
index 67cf32d..feb71fb 100644
--- a/manifests/plugins/openbsd.pp
+++ b/manifests/plugins/openbsd.pp
@@ -1,13 +1,9 @@
class munin::plugins::openbsd inherits munin::plugins::base {
- munin::plugin {
+
+ munin::plugin {
[ df, cpu, interrupts, load, memory, netstat, open_files,
- processes, swap, users, vmstat
- ]:
- ensure => present,
- }
- munin::plugin {
- [ memory_pools, memory_types ]:
+ processes, swap, users, vmstat, memory_pools, memory_types ]:
ensure => present,
- }
-
+ }
+
}