# # Chef Solo Config File # <% if cache_opts = config.delete(:cache_options) %> cache_options (<%= cache_opts.inspect %>) <% end %> <% config.each do |method, args| %> <%= method.to_s + " " + args.inspect %> <% end %>