Skip to content

Instantly share code, notes, and snippets.

@atomic-penguin
Created June 8, 2012 19:34
Show Gist options
  • Select an option

  • Save atomic-penguin/2897736 to your computer and use it in GitHub Desktop.

Select an option

Save atomic-penguin/2897736 to your computer and use it in GitHub Desktop.
name "role_a"
default_attributes "mycookbook" => {
"value" => [ "hi", "there" ]
}
run_list "recipe[mycookbook]"
name "role_b"
override_attributes "mycookbook" => {
"value" => [ "you", "here" ]
}
run_list "recipe[mycookbook]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment