Skip to content

Instantly share code, notes, and snippets.

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" }