Skip to content

Instantly share code, notes, and snippets.

@cliffdickerson
Forked from btm/default.rb
Created July 9, 2009 03:55
Show Gist options
  • Save cliffdickerson/143412 to your computer and use it in GitHub Desktop.
Save cliffdickerson/143412 to your computer and use it in GitHub Desktop.
cookbook info in a templated file
template "/tmp/foo" do
source "foo.erb"
variables({
:recipe_name => self.recipe_name,
:cookbook_name => self.cookbook_name
})
end
Cookbook: <%= @cookbook_name %>
Recipe: <%= @recipe_name %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment