mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-04-04 13:54:22 +00:00
whoops i broke the tests
This commit is contained in:
parent
dec8216a78
commit
90a16243a6
@ -13,7 +13,7 @@ describe 'fluentd::filter' do
|
|||||||
let(:title) { 'test' }
|
let(:title) { 'test' }
|
||||||
let(:params) do
|
let(:params) do
|
||||||
{
|
{
|
||||||
priority: '20',
|
priority: 20,
|
||||||
pattern: '*.test',
|
pattern: '*.test',
|
||||||
config: {
|
config: {
|
||||||
'type' => 'record_transformer',
|
'type' => 'record_transformer',
|
||||||
|
@ -13,7 +13,7 @@ describe 'fluentd::match' do
|
|||||||
let(:title) { 'test' }
|
let(:title) { 'test' }
|
||||||
let(:params) do
|
let(:params) do
|
||||||
{
|
{
|
||||||
priority: '30',
|
priority: 30,
|
||||||
pattern: '*.test',
|
pattern: '*.test',
|
||||||
config: {
|
config: {
|
||||||
'flush_interval' => '30s',
|
'flush_interval' => '30s',
|
||||||
@ -41,7 +41,7 @@ describe 'fluentd::match' do
|
|||||||
let(:title) { 'test' }
|
let(:title) { 'test' }
|
||||||
let(:params) do
|
let(:params) do
|
||||||
{
|
{
|
||||||
priority: '30',
|
priority: 30,
|
||||||
pattern: '*.test',
|
pattern: '*.test',
|
||||||
config: {
|
config: {
|
||||||
'type' => 'copy',
|
'type' => 'copy',
|
||||||
|
@ -13,7 +13,7 @@ describe 'fluentd::source' do
|
|||||||
let(:title) { 'test' }
|
let(:title) { 'test' }
|
||||||
let(:params) do
|
let(:params) do
|
||||||
{
|
{
|
||||||
priority: '10',
|
priority: 10,
|
||||||
config: {
|
config: {
|
||||||
'type' => 'tail',
|
'type' => 'tail',
|
||||||
'format' => 'json',
|
'format' => 'json',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user