cookbooks/fb_sysctl/templates/default/sysctl.conf.erb (4 lines of code) (raw):

# This file is created by Chef. See fb_sysctl/README.md <% node['fb_sysctl'].keys.sort.each do |key| %> <%= key %> = <%= node['fb_sysctl'][key] %> <% end %>