Created
July 8, 2009 21:08
-
-
Save btm/143191 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template "/tmp/foo" do | |
source "foo.erb" | |
variables({ | |
:recipe_name => self.recipe_name, | |
:cookbook_name => self.cookbook_name | |
}) | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cookbook: <%= @cookbook_name %> | |
Recipe: <%= @recipe_name %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment