diff --git a/manifests/plugin.pp b/manifests/plugin.pp index e0811aa..0445f1b 100644 --- a/manifests/plugin.pp +++ b/manifests/plugin.pp @@ -48,6 +48,7 @@ define fluentd::plugin ( fluentd::plugin::file { $name: ensure => $ensure, + source => $source, require => Class['Fluentd::Install'] } }