cookbooks/fb_postfix/templates/default/db_file.erb (7 lines of code) (raw):
# This file is maintained by Chef. Do not edit, all changes will be
# overwritten. See fb_postfix/README.md
<% unless node['fb_postfix'][@db_file].nil? %>
<% node['fb_postfix'][@db_file].to_hash.each do |k, v| %>
<%= k %> <%= v %>
<% end %>
<% end %>