From b8327dbd4ad1f06acf2d42bf056ef1cbfe83c27f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 8 May 2020 08:12:51 +0100 Subject: [PATCH] Upgrade to chef 16 --- .kitchen.yml | 2 +- cookbooks/chef/attributes/default.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 74c4269be..b7bff87ba 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -1,7 +1,7 @@ --- driver: name: dokken - chef_version: 15 + chef_version: 16 env: - container=dokken diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index 049bd8608..640aad5cb 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] = "15.10.12" +default[:chef][:client][:version] = "16.3.45" -- 2.43.2