From 62b9c4f14909066d157e183226ab9d83b0670754 Mon Sep 17 00:00:00 2001 From: Karl Amrhein Date: Wed, 16 Mar 2022 19:54:49 -0600 Subject: [PATCH] enable unified mode enable unified mode as described here https://docs.chef.io/deprecations_unified_mode/ --- resources/entry.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/entry.rb b/resources/entry.rb index a69c109a..42415c5b 100644 --- a/resources/entry.rb +++ b/resources/entry.rb @@ -19,6 +19,9 @@ # limitations under the License. # +# enable unified mode +unified_mode true + # Required attributes property :ip_address, String, name_property: true property :hostname, String