cookbooks/fb_smokeping/templates/smokeping_secrets.erb (6 lines of code) (raw):

# # This file is managed by Chef # <% node['fb_smokeping']['secrets'].sort.each do |k, v| %> <%= k %>:<%= v %> <% end %>