]> git.openstreetmap.org Git - chef.git/blob - cookbooks/chef/attributes/default.rb
d97d6f8839d339ab8872e2865f33c0cade5104a8
[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 server version
5 default[:chef][:server][:version] = "12.17.33"
6
7 # Set the default client version
8 default[:chef][:client][:version] = "14.14.29"