Skip to content

Instantly share code, notes, and snippets.

@e0da
Created December 11, 2013 23:23
Show Gist options
  • Save e0da/7920390 to your computer and use it in GitHub Desktop.
Save e0da/7920390 to your computer and use it in GitHub Desktop.
default[:attr] = 'FOO'
{
"name": "data01",
"chef_environment": "production",
"normal": {
"attr": null
},
"run_list": [
"role[special_box]"
]
}
# 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