Skip to content

Instantly share code, notes, and snippets.

@caseycrites
Created February 15, 2013 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caseycrites/4961806 to your computer and use it in GitHub Desktop.
Save caseycrites/4961806 to your computer and use it in GitHub Desktop.
# attributes/default.rb
passtools = default["passtools-backend"]
passtools.what = 'what the fuck'
default["passtools-backend"].huh = 'heyo'
# recipes/default.rb
passtools = node["passtools-backend"]
node["passtools-backend"].huh # works
passtools.what # attribute what not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment