summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugin.pp')
-rw-r--r--manifests/plugin.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 45fde08..ee2cbbe 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -148,6 +148,9 @@ class munin::plugins::base {
notify => Service['munin-node'],
before => Package['munin-node'];
}
+
+ munin::plugin {'uptime': ensure => present, }
+
case $kernel {
linux: {
case $vserver {