Created
August 2, 2012 12:13
-
-
Save aaronfeng/3236613 to your computer and use it in GitHub Desktop.
chef attributes quiz
This file contains 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
# 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