mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
11 lines
212 B
Puppet
11 lines
212 B
Puppet
# 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']
|
|
}
|