1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00
puppet-fluentd/examples/plugin.pp
2017-07-11 10:53:53 +02:00

10 lines
228 B
Puppet

# gem installation
::fluentd::plugin { 'fluent-plugin-elasticsearch':
type => 'gem'
}
# file installation
::fluentd::plugin { 'fluent-plugin-elasticsearch':
type => 'file',
source => 'puppet:///modules/path/to/plugin'
}