From c957e7051192015ef80346a55ab08f5c8cadd408 Mon Sep 17 00:00:00 2001 From: Max Wilhelm Date: Fri, 4 Dec 2015 13:27:29 +0100 Subject: [PATCH] fixed fluentd::plugin::file call --- manifests/plugin.pp | 1 + 1 file changed, 1 insertion(+) 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'] } }