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:
parent
fcdbee4903
commit
0b4c930762
@ -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']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user