summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 15:58:04 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 15:58:04 +0000
commitfdd40a1954998128e024321cf3e55a900b336a68 (patch)
treee2c769b107d77623aee77d69df9f34aeb64d662b /manifests
parentbfea715ace59348bf12e881bdb8898333fe54ede (diff)
kein service für gentoo, für den mom
git-svn-id: https://svn/ipuppet/trunk/modules/munin@691 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index cdfca80..b28b918 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -71,7 +71,7 @@ define munin::plugin (
default: {
debug ( "munin_plugin: making $plugin using src: $plugin_src" )
case $operatingsystem {
- centos: {
+ centos, gentoo: {
file { $plugin:
ensure => "$script_path/${plugin_src}",
require => Package[$munin_node_package];