mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-09-11 16:19:29 +00:00
added gem plugin installation to acceptance test
This commit is contained in:
10
examples/test.pp
Normal file
10
examples/test.pp
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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']
|
||||
}
|
Reference in New Issue
Block a user