diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2022-03-17 12:35:31 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2022-03-18 09:57:47 -0700 |
commit | 932e7f8a697b025267225f3a637a254c40204922 (patch) | |
tree | 847d056249a6caf19c5343a35b4741496c66d07f /chef-config | |
parent | ef88db2cd28264d42901cbd2cbf987b484ca55f8 (diff) | |
download | chef-932e7f8a697b025267225f3a637a254c40204922.tar.gz |
Chef-18: Enable unifed_mode by default
This is the breaking change for Chef 18, which was announced
throughout the Chef-17 cycle.
This should never be backported to Chef 17 or before
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index 7d1937ed3a..87e0b6bab2 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -994,7 +994,7 @@ module ChefConfig # applying in "compile" mode, with no "converge" mode. False is backwards compatible # setting for Chef 11-15 behavior. This will break forward notifications. # - default :resource_unified_mode_default, false + default :resource_unified_mode_default, true # At the beginning of the Chef Client run, the cookbook manifests are downloaded which # contain URLs for every file in every relevant cookbook. Most of the files |