Skip to content

Instantly share code, notes, and snippets.

View bdemers's full-sized avatar

Brian Demers bdemers

View GitHub Profile
my-cookbook/attributes/default.rb:
default['foo']['version'] = "1.0"
default['foo']['other'] = "some-string#{node['foo']['version']}"
I have a role that overrides :foo => { :version => "2.0" }