1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00

fixed source.erb template indentation

This commit is contained in:
Max Wilhelm 2017-08-04 11:16:51 +02:00
parent 5f84f04f0f
commit 3e3de2aed9
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<source>
type tail
format json
path /var/log/test-application/*.json
tag application.test
type tail
format json
path /var/log/test-application/*.json
tag application.test
</source>

View File

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