Module
Chef::Mixin::Template
In:
lib/chef/mixin/template.rb
Methods
render_template
Classes and Modules
Module
Chef::Mixin::Template::ChefContext
Class
Chef::Mixin::Template::TemplateError
Public Instance methods
render_template
(template, context) {|tempfile| ...}
Render a template with Erubis. Takes a template as a string, and a context hash.
[Validate]