Skip to content

Instantly share code, notes, and snippets.

@brettcave
Created July 29, 2013 12:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save brettcave/6104137 to your computer and use it in GitHub Desktop.
a nice way to run recipes within recipes.
r = recipe "apt::default" do
action :nothing
done
r.run_action(:execute)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment