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
228 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',
2017-07-11 08:53:03 +00:00
source => 'puppet:///modules/path/to/plugin'
2015-12-07 12:23:41 +00:00
}