Created
December 11, 2013 23:23
-
-
Save e0da/7920390 to your computer and use it in GitHub Desktop.
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
default[:attr] = 'FOO' |
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": "data01", | |
"chef_environment": "production", | |
"normal": { | |
"attr": null | |
}, | |
"run_list": [ | |
"role[special_box]" | |
] | |
} |
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
# This should be 'FOO' by default, but I want to override it to be `nil`. | |
node[:attr] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment