From: Tom Hughes Date: Thu, 10 Jul 2014 21:50:28 +0000 (+0100) Subject: Update chef server to 11.1.3-1 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c349bc6136c164c58c7bdc90e77283ba0d440c7e?hp=80a2617397e274e1bc992eae564af02c1c108860 Update chef server to 11.1.3-1 --- diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index b351900cd..e2a0f18bf 100644 --- a/cookbooks/chef/attributes/default.rb +++ b/cookbooks/chef/attributes/default.rb @@ -2,7 +2,7 @@ default[:apt][:sources] = node[:apt][:sources] | [ "opscode" ] # Set the default server version -default[:chef][:server][:version] = "11.0.12-1" +default[:chef][:server][:version] = "11.1.3-1" # Set the default client version default[:chef][:client][:version] = "11.12.8-2"