cookbooks/fb_apt_cacher/templates/default/apt-cacher-ng.erb (5 lines of code) (raw):

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