From: Tom Hughes Date: Wed, 24 Aug 2016 18:39:50 +0000 (+0100) Subject: Update chef client to 12.13.37 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/06a63ff483490efca4bc271b0ece80d58ab2ce51 Update chef client to 12.13.37 --- diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index ab99740c2..5f9f5acd9 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.0.8-1" # Set the default client version -default[:chef][:client][:version] = "12.10.24-1" +default[:chef][:client][:version] = "12.13.37-1" diff --git a/cookbooks/chef/recipes/default.rb b/cookbooks/chef/recipes/default.rb index af76dbebb..c6b5b0102 100644 --- a/cookbooks/chef/recipes/default.rb +++ b/cookbooks/chef/recipes/default.rb @@ -35,7 +35,7 @@ Dir.glob("/var/cache/chef/chef_*.deb").each do |deb| end remote_file "/var/cache/chef/#{chef_package}" do - source "https://packages.chef.io/stable/ubuntu/10.04/#{chef_package}" + source "https://packages.chef.io/stable/ubuntu/12.04/#{chef_package}" owner "root" group "root" mode 0o644