summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-07 08:47:20 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-07 08:47:20 +0000
commitbf7c4c00e8ba853c217a4cd6cea39a44d6f231c3 (patch)
treeab1bea3b2afe502ac2b53c56fea6abdc759ebe40
parentfa3b0c563327deb29405eeacdf6ba7dd14d01869 (diff)
* Could not retrieve dependency 'Service[munin-node]' at /var/lib/puppet/modules/munin/manifests/plugin.pp:45
git-svn-id: https://svn/ipuppet/trunk/modules/munin@211 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r--manifests/plugin.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 724e9a4..2ae20d2 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -14,12 +14,13 @@ define munin::plugin (
#$script_path_default = "/usr/share/munin/plugins"
}
gentoo: {
- $munin_node_service = "munin-node"
+ #$munin_node_service = "munin-node"
+ $munin_node_service = "munin"
$munin_node_package = "munin"
#$script_path_default = "/usr/libexec/munin/plugins"
}
default: {
- $munin_node_service = "munin-node"
+ $munin_node_service = "munin"
$munin_node_package = "munin"
#$script_path_default = "/usr/libexec/munin/plugins"
}
@@ -91,7 +92,7 @@ class munin::plugins::base {
case $operatingsystem {
gentoo: {
$munin_node_package = "munin"
- $munin_node_service = "munin-node"
+ $munin_node_service = "munin"
}
debian: {
$munin_node_service = "munin-node"