1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2025-09-07 23:09:30 +00:00

initial commit

This commit is contained in:
Max Wilhelm
2015-11-30 12:23:28 +01:00
commit 3f09afb262
9 changed files with 184 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
require 'spec_helper'
describe 'fluentd' do
context 'with defaults for all parameters' do
it { should contain_class('fluentd') }
end
end

1
spec/spec_helper.rb Normal file
View File

@@ -0,0 +1 @@
require 'puppetlabs_spec_helper/module_spec_helper'