1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-20 04:30:36 +00:00
puppet-fluentd/examples/plugin.pp

10 lines
219 B
ObjectPascal
Raw Normal View History

2015-12-07 12:23:41 +00:00
# gem installation
::fluentd::plugin { 'fluent-plugin-elasticsearch':
type => 'gem'
}
# file installation
::fluentd::plugin { 'fluent-plugin-elasticsearch':
type => 'file',
2016-07-14 08:56:17 +00:00
source => 'puppet://path/to/plugin'
2015-12-07 12:23:41 +00:00
}