summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-07 08:47:20 +0000
committerandreas <andreas@immerda.ch>2007-12-07 08:47:20 +0000
commitc9b142e7c171b6823d017d7c801b11d9076ce4f1 (patch)
treeab1bea3b2afe502ac2b53c56fea6abdc759ebe40
parent027c0f237fa355500d2430b8bf49561998c0aaa1 (diff)
* Could not retrieve dependency 'Service[munin-node]' at /var/lib/puppet/modules/munin/manifests/plugin.pp:45
-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"