mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-10-01 23:39:29 +00:00
fixed fluentd::plugin::file
This commit is contained in:
@@ -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']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user