cookbooks/fb_modprobe/templates/default/fb.modules.erb (6 lines of code) (raw):

#!/bin/bash # This file is maintained by Chef. Do not edit, all changes will be # overwritten. See fb_modprobe/README.md <% node['fb_modprobe']['modules_to_load_on_boot'].each do |mod| %> /sbin/modprobe <%= mod %> <% end %>