# This file was generated by Chef for <%= node['fqdn'] %>
# Do NOT modify this file by hand!

<source>
  @type <%= @parse_type %>
  <% if @id -%>
  @id <%= @id %>
  <% end -%>
  <% if @channels -%>
  channels <%= @channels %>
  <% end -%>
  <% if @read_interval -%>
  read_interval <%= @read_interval %>
  <% end -%>
  tag <%= @tag %>
  <% if @format -%>
  format <%= @format %>
  <% end -%>
  <% if @file -%>
  path <%= @file %>
  <% end -%>
</source>
