1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00
puppet-fluentd/templates/source.erb
2017-08-04 11:16:51 +02:00

6 lines
89 B
Plaintext

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