Skip to content

Instantly share code, notes, and snippets.

@erikh
Forked from elebertus/gist:7036876
Created October 18, 2013 05:30
Show Gist options
  • Save erikh/7036903 to your computer and use it in GitHub Desktop.
Save erikh/7036903 to your computer and use it in GitHub Desktop.
# attributes/default.rb
default[:foo] = "bar"
# chef environment
{
"override_attributes": {
"foo": null
}
}
if node[:foo].nil?
stuff
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment