mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-10 04:50:34 +00:00
11 lines
212 B
ObjectPascal
11 lines
212 B
ObjectPascal
|
# This file is use for the beaker tests.
|
||
|
|
||
|
# basic installation
|
||
|
include '::fluentd'
|
||
|
|
||
|
# install a gem plugin
|
||
|
::fluentd::plugin { 'fluent-plugin-elasticsearch':
|
||
|
type => 'gem',
|
||
|
require => Class['::fluentd']
|
||
|
}
|