Skip to content

Instantly share code, notes, and snippets.

@aaronfeng
Created August 2, 2012 12:13
Show Gist options
  • Save aaronfeng/3236613 to your computer and use it in GitHub Desktop.
Save aaronfeng/3236613 to your computer and use it in GitHub Desktop.
chef attributes quiz
# cookbook/attributes/default.rb
default[:foo][:bar][:size] = 42
# cookbook/recipes/default.rb
node.foo.bar.size
# what will above return?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment