Skip to content

Instantly share code, notes, and snippets.

@alanpeabody
Created October 9, 2012 22:34
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 alanpeabody/3861882 to your computer and use it in GitHub Desktop.
Save alanpeabody/3861882 to your computer and use it in GitHub Desktop.
chef attributes explained via clojure
(let [env-attributes {:rabbit {:host "blah"}}
role-attributes {:rabbit {:host "blah2"}}
node-attributes {:rabbit {:host "blah3"}}]
(merge env-attributes role-attributes node-attributes))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment