1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-20 12:40:34 +00:00
puppet-fluentd/templates/source.erb
2015-12-01 14:18:06 +01:00

6 lines
91 B
Plaintext

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