mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-09 20:50:34 +00:00
fixed source.erb template indentation
This commit is contained in:
parent
5f84f04f0f
commit
3e3de2aed9
8
spec/fixtures/files/source_tail.conf
vendored
8
spec/fixtures/files/source_tail.conf
vendored
@ -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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<source>
|
||||
<% @config.each do |key, val| -%>
|
||||
<%= key -%> <%= val %>
|
||||
<%= key -%> <%= val %>
|
||||
<% end -%>
|
||||
</source>
|
||||
|
Loading…
Reference in New Issue
Block a user