mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-10 04:50:34 +00:00
10 lines
220 B
ObjectPascal
10 lines
220 B
ObjectPascal
|
# gem installation
|
||
|
::fluentd::plugin { 'fluent-plugin-elasticsearch':
|
||
|
type => 'gem'
|
||
|
}
|
||
|
# file installation
|
||
|
::fluentd::plugin { 'fluent-plugin-elasticsearch':
|
||
|
type => 'file',
|
||
|
source => 'puppet:///path/to/plugin'
|
||
|
}
|