From: Tom Hughes Date: Mon, 9 Jan 2017 08:23:30 +0000 (+0000) Subject: Update chef client to 12.17.44 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ffbe8dfc2bf31075b5749d965a87d66d121b1e37?ds=sidebyside Update chef client to 12.17.44 --- diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index a17697976..f2b48c94e 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.9.1-1" # Set the default client version -default[:chef][:client][:version] = "12.16.42" +default[:chef][:client][:version] = "12.17.44"