Skip to content

Instantly share code, notes, and snippets.

@hedgehog
Created December 9, 2010 07:58
Show Gist options
  • Save hedgehog/734462 to your computer and use it in GitHub Desktop.
Save hedgehog/734462 to your computer and use it in GitHub Desktop.
Role example from Opscode's rails-quick-start repo
name "base"
description "Base role applied to all nodes."
run_list(
"recipe[apt]",
"recipe[git]",
"recipe[build-essential]",
"recipe[ruby]"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment