summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-01 15:58:04 +0000
committerandreas <andreas@immerda.ch>2008-02-01 15:58:04 +0000
commit3eee1a476d408d0d7836fa10b8cd728e65a77b9d (patch)
treee2c769b107d77623aee77d69df9f34aeb64d662b /manifests
parent1791c117f9bf8e4ef8842dc33523c98c678e5586 (diff)
kein service für gentoo, für den mom
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];