From d55e614940a4fd793718ec183f3c5597803b8b78 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 16 Apr 2018 13:47:25 -0700 Subject: Remove duplicate source property in the sudo resource This was just a typo that came in from the sudo cookbook Signed-off-by: Tim Smith --- lib/chef/resource/sudo.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/chef/resource/sudo.rb b/lib/chef/resource/sudo.rb index 95fb2d0282..af26bde595 100644 --- a/lib/chef/resource/sudo.rb +++ b/lib/chef/resource/sudo.rb @@ -171,7 +171,6 @@ class Chef end else declare_resource(:template, "#{target}#{new_resource.filename}") do - source "sudoer.erb" source ::File.expand_path("../support/sudoer.erb", __FILE__) local true mode "0440" -- cgit v1.2.1