1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-11-09 20:50:34 +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',
mode => '0640',
source => $source,
notify => Class['Fluentd::Service'];
notify => Class['Fluentd::Service']
}
}