Created
December 9, 2010 07:58
-
-
Save hedgehog/734462 to your computer and use it in GitHub Desktop.
Role example from Opscode's rails-quick-start repo
This file contains hidden or 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
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