Skip to content

Instantly share code, notes, and snippets.

@elebertus
Last active December 25, 2015 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save elebertus/7036876 to your computer and use it in GitHub Desktop.
Save elebertus/7036876 to your computer and use it in GitHub Desktop.
# attributes/default.rb
default[:foo] = "bar"
# chef environment
{
"override_attributes": {
"foo": nil
}
}
if node[:foo].nil?
stuff
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment