summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-04-29 17:50:40 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-04-29 17:50:40 +0200
commit876a2769f2c48979202ed03bbb7baeb0ebde14e1 (patch)
tree1d52ac588c752ca829c918000b50a85e50a5966b /manifests
parent78d0392d004986fbed9938e0ad994165fb8d51dd (diff)
enabled munin client
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 8305bf0..bee3609 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -51,6 +51,7 @@ class munin::client::base {
package { "munin-node": ensure => installed }
service { "munin-node":
ensure => running,
+ enable => true,
hasstatus => true,
hasrestart => true,
require => Package[munin-node],