cookbooks/fb_collectd/templates/default/collection.conf.erb (5 lines of code) (raw):

# This file is maintained by Chef. Do not edit, all changes will be # overwritten. See fb_collectd/README.md <% node['fb_collectd']['collection'].to_hash.each do |key, val| -%> <%= key %>: "<%= val %>" <% end -%>