From 25e24825f45ec5fc8c2864dcf806162f0c8ceb0b Mon Sep 17 00:00:00 2001 From: Cookstyle Bot Date: Fri, 18 Jun 2021 16:46:58 -0700 Subject: [PATCH] Cookstyle Bot Auto Corrections with Cookstyle 7.13.0 This change is automatically generated by the Cookstyle Bot using the latest version of Cookstyle (7.13.0). Adopting changes suggested by Cookstyle improves cookbook readability, avoids common coding mistakes, and eases upgrades to newer versions of the Chef Infra Client. Signed-off-by: Cookstyle --- resources/default.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/default.rb b/resources/default.rb index 145569c..3f90894 100644 --- a/resources/default.rb +++ b/resources/default.rb @@ -26,6 +26,7 @@ chef_version_for_provides '< 14.0' if respond_to?(:chef_version_for_provides) resource_name :sudo provides :sudo +unified_mode true # acording to the sudo man pages sudo will ignore files in an include dir that have a `.` or `~` # We convert either to `__`