1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-20 04:30:36 +00:00
puppet-fluentd/templates/source.erb

6 lines
91 B
Plaintext
Raw Normal View History

2015-12-01 13:18:06 +00:00
<source>
<% @config.each do |key, val| -%>
<%= key -%> <%= val %>
<% end -%>
</source>