From: Tom Hughes Date: Tue, 2 May 2023 17:57:59 +0000 (+0100) Subject: Update chef client to 18.2.7 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/93fce8661bb1fdc94bac7cf75cf8f590919045ed Update chef client to 18.2.7 --- diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index f2ad606cb..716b65c71 100644 --- a/cookbooks/chef/attributes/default.rb +++ b/cookbooks/chef/attributes/default.rb @@ -2,4 +2,4 @@ default[:chef][:server][:version] = "15.1.7" # Set the default client version -default[:chef][:client][:version] = "18.1.0" +default[:chef][:client][:version] = "18.2.7"