1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-11-14 14:00:36 +00:00

fixed fluentd::plugin::file

This commit is contained in:
Max Wilhelm 2015-12-04 13:24:01 +01:00
parent fcdbee4903
commit 0b4c930762

View File

@ -15,6 +15,6 @@ define fluentd::plugin::file (
group => 'td-agent', group => 'td-agent',
mode => '0640', mode => '0640',
source => $source, source => $source,
notify => Class['Fluentd::Service']; notify => Class['Fluentd::Service']
} }
} }