]> git.openstreetmap.org Git - chef.git/blob - cookbooks/chef/attributes/default.rb
d071da000b7f30e8a98ec58b8cdd4934b2ad1b1e
[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.13.0-1"
6
7 # Set the default client version
8 default[:chef][:client][:version] = "13.8.5"