]> git.openstreetmap.org Git - chef.git/blob - cookbooks/chef/attributes/default.rb
26e0d50578cacd8b6ecc60a24dd1c89a26b3c54e
[chef.git] / cookbooks / chef / attributes / default.rb
1 # Add the opscode APT source for chef
2 default[:apt][:sources] = node[:apt][:sources] | [ "opscode" ]
3
4 # Set the default client version
5 default[:chef][:client][:version] = "11.10.0-1"
6
7 # A list of gems needed by chef recipes
8 default[:chef][:gems] = []