# File lib/chef/knife/bootstrap.rb, line 108 def render_template(template=nil) context = {} context[:run_list] = config[:run_list] context[:config] = config Erubis::Eruby.new(template).evaluate(context) end