summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugin.pp')
-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];