From: Tom Hughes Date: Sat, 18 May 2019 14:31:32 +0000 (+0100) Subject: Update chef client to 14.12.9 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3312bfc61cbf900b4b342edd1d1e1ec5ce4eeafb Update chef client to 14.12.9 --- diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index 5423550eb..2cac140f1 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] = "14.12.3" +default[:chef][:client][:version] = "14.12.9"