1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2025-09-11 16:19:29 +00:00

added fluentd::source definition

This commit is contained in:
Max Wilhelm
2015-12-01 14:18:06 +01:00
parent b79c8bfd25
commit ce9a65a4e4
3 changed files with 19 additions and 1 deletions

5
templates/source.erb Normal file
View File

@@ -0,0 +1,5 @@
<source>
<% @config.each do |key, val| -%>
<%= key -%> <%= val %>
<% end -%>
</source>