Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created March 29, 2010 17:31
Show Gist options
  • Save adamhjk/348139 to your computer and use it in GitHub Desktop.
Save adamhjk/348139 to your computer and use it in GitHub Desktop.
# cookbook/baz/files/default/bar exists
# cookbook/a/recipe/default.rb
remote_file "/tmp/bar" do
source "bar"
cookbook "baz"
end
# ^ Works in 0.8+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment