]> git.openstreetmap.org Git - chef.git/blob - cookbooks/chef/attributes/default.rb
e572627f4f7000211b7594c403428f563a6f2a4b
[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] = "11.1.3-1"
6
7 # Set the default client version
8 default[:chef][:client][:version] = "12.3.0-1"
9
10 # A list of gems needed by chef recipes
11 default[:chef][:gems] = []