From: Tom Hughes Date: Thu, 19 May 2022 19:49:41 +0000 (+0100) Subject: Update chef client to 17.10.3 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d5121aacd65b72ac4b7c9b9b14e653c9d644e293?hp=c934a2e7958fff57793247270a1be1a355336991 Update chef client to 17.10.3 --- diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index 6186f2e79..00c241a96 100644 --- a/cookbooks/chef/attributes/default.rb +++ b/cookbooks/chef/attributes/default.rb @@ -5,4 +5,4 @@ default[:apt][:sources] = node[:apt][:sources] | ["opscode"] default[:chef][:server][:version] = "12.17.33" # Set the default client version -default[:chef][:client][:version] = "17.7.29" +default[:chef][:client][:version] = "17.10.3"