From: Tom Hughes Date: Thu, 7 Oct 2021 16:53:00 +0000 (+0100) Subject: Update chef client to 16.16.13 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2db82f333072b88236a793176316b573ef203ce6?hp=02c243d5f8cdd0d1e8116326cae8670999a539ae Update chef client to 16.16.13 --- diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index b103b0ac3..2df477cda 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] = "16.15.22" +default[:chef][:client][:version] = "16.16.13"