summaryrefslogtreecommitdiff
path: root/manifests/plugins/openbsd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/openbsd.pp')
-rw-r--r--manifests/plugins/openbsd.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/plugins/openbsd.pp b/manifests/plugins/openbsd.pp
index b549994..c195a1d 100644
--- a/manifests/plugins/openbsd.pp
+++ b/manifests/plugins/openbsd.pp
@@ -1,6 +1,7 @@
-class munin::plugins::openbsd {
+# Set up the plugins for an openbsd host
+class munin::plugins::openbsd {
munin::plugin {
- [ memory_pools, memory_types ]:
+ [ 'memory_pools', 'memory_types' ]:
ensure => present,
}
}