From 0209c7c969875f4e26e4ae1424eefa4f033b0571 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 14 Feb 2024 21:43:05 +0000 Subject: [PATCH] Update chef client to 18.4.2 --- cookbooks/chef/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/chef/attributes/default.rb b/cookbooks/chef/attributes/default.rb index 716b65c71..185bc4ad6 100644 --- a/cookbooks/chef/attributes/default.rb +++ b/cookbooks/chef/attributes/default.rb @@ -2,4 +2,4 @@ default[:chef][:server][:version] = "15.1.7" # Set the default client version -default[:chef][:client][:version] = "18.2.7" +default[:chef][:client][:version] = "18.4.2" -- 2.45.1