Skip to content

Instantly share code, notes, and snippets.

@mdkent
Created November 6, 2009 00:48
Show Gist options
  • Save mdkent/227566 to your computer and use it in GitHub Desktop.
Save mdkent/227566 to your computer and use it in GitHub Desktop.
'baseline' role override_attributes:
21 :demo => {
22 :hi => {
23 :cow => 2
24 }
25 }
'specific' role override_attribute
29 :demo => {
30 :hi => {
31 :moo => 1
32 }
33 }
runlist: baseline, specific
merges to: "demo"=>{"hi"=>{"moo"=>1}}
?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment