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

fixed filter.erb template indentation

This commit is contained in:
Max Wilhelm
2017-08-04 11:16:07 +02:00
parent f4da637999
commit ad17694713
2 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<filter *.test>
type record_transformer
<record>
hostname ${hostname}
</record>
type record_transformer
<record>
hostname ${hostname}
</record>
</filter>