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
View File
@@ -0,0 +1,5 @@
<source>
<% @config.each do |key, val| -%>
<%= key -%> <%= val %>
<% end -%>
</source>