1
0
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:
Max Wilhelm
2016-01-27 20:12:28 +01:00
parent 9f79619a08
commit 9c34a6cbf6
2 changed files with 19 additions and 1 deletions

10
examples/test.pp Normal file
View 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']
}