Skip to content

Instantly share code, notes, and snippets.

@hedgehog
Created December 9, 2010 08:00
Show Gist options
  • Save hedgehog/734465 to your computer and use it in GitHub Desktop.
Save hedgehog/734465 to your computer and use it in GitHub Desktop.
Role example from Opscode's rails-quick-start repo after `bundle install ...` downloads cookbooks
name "base"
description "Base role applied to all nodes."
run_list(
"recipe[cc-apt-0cb9519bf687]",
"recipe[cc-git-730475fa9847]",
"recipe[cc-build-essential-b458e6200289]",
"recipe[cc-ruby-e42796a7e807]"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment