X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ac5ffb27985aa1187759cf1d5b446f4de6a35e8c..fa4937549ce2831f764576804be06ce9d9ab4002:/cookbooks/chef/attributes/default.rb diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index 3a14f0f82..903452f27 100644 --- a/cookbooks/chef/attributes/default.rb +++ b/cookbooks/chef/attributes/default.rb @@ -1,8 +1,11 @@ # Add the opscode APT source for chef -default[:apt][:sources] = node[:apt][:sources] | [ "opscode" ] +default[:apt][:sources] = node[:apt][:sources] | ["opscode"] + +# Set the default server version +default[:chef][:server][:version] = "12.0.8-1" # Set the default client version -default[:chef][:client][:version] = "11.10.2-1" +default[:chef][:client][:version] = "12.4.2-1" # A list of gems needed by chef recipes default[:chef][:gems] = []