module Chef::Mixin::Template::ChefContext
ChefContext
was previously used to mix behavior into Erubis::Context so that it would be available to templates. This behavior has now moved to TemplateContext
, but this module is still mixed in to the TemplateContext
class so that any user code that modified ChefContext
will continue to work correctly.