This website requires JavaScript.
Explore
Help
Sign In
kris
/
puppet-fluentd
Watch
1
Star
0
Fork
0
You've already forked puppet-fluentd
mirror of
https://github.com/krislamo/puppet-fluentd
synced
2024-11-10 04:50:34 +00:00
Code
Issues
Releases
Wiki
Activity
3c537f0ff5
puppet-fluentd
/
templates
/
source.erb
6 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added fluentd::source definition
2015-12-01 13:18:06 +00:00
<source>
<% @config.each do |key, val| -%>
fixed source.erb template indentation
2017-08-04 09:16:51 +00:00
<%= key -%> <%= val %>
added fluentd::source definition
2015-12-01 13:18:06 +00:00
<% end -%>
</source>
Reference in New Issue
Copy Permalink