diff options
author | andreas <andreas@immerda.ch> | 2008-01-31 20:06:20 +0000 |
---|---|---|
committer | andreas <andreas@immerda.ch> | 2008-01-31 20:06:20 +0000 |
commit | e7d5725e20ffdb20718c7e68dd9e39c7d987675f (patch) | |
tree | aaa4aab59820a88d5cea0ca95c530afb1a649531 | |
parent | 2be6a1adaea42c80126f8c55069f7283198fbbc5 (diff) |
munin-node service
-rw-r--r-- | manifests/client.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp index d20850a..c2a59e4 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -165,7 +165,7 @@ class munin::client::gentoo class munin::client::centos { $script_path_default = "/usr/share/munin/plugins" - package { 'munin-node': + package { 'munin': ensure => present, category => $operatingsystem ? { gentoo => 'net-analyzer', @@ -187,7 +187,7 @@ class munin::client::centos notify => Service["munin"], } - service { "munin": + service { "munin-node": ensure => running, } |