summaryrefslogtreecommitdiff
path: root/manifests/plugins/centos.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins/centos.pp')
-rw-r--r--manifests/plugins/centos.pp5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/plugins/centos.pp b/manifests/plugins/centos.pp
index 60c706c..0bb7697 100644
--- a/manifests/plugins/centos.pp
+++ b/manifests/plugins/centos.pp
@@ -1,3 +1,6 @@
+# Install munin plugins for centos
class munin::plugins::centos inherits munin::plugins::base {
- munin::plugin { users: ensure => present; }
+ munin::plugin { 'users':
+ ensure => present,
+ }
}