diff options
author | Tim Smith <tsmith@chef.io> | 2018-04-16 13:47:25 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-04-16 13:47:25 -0700 |
commit | d55e614940a4fd793718ec183f3c5597803b8b78 (patch) | |
tree | b39e4a2167c0d75d30361a1f64a3c9372251e1f2 | |
parent | 7c1c0b125689526f559970a45e869ae967d2b3e3 (diff) | |
download | chef-d55e614940a4fd793718ec183f3c5597803b8b78.tar.gz |
Remove duplicate source property in the sudo resourcesudo_double_property
This was just a typo that came in from the sudo cookbook
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | lib/chef/resource/sudo.rb | 1 |
1 files changed, 0 insertions, 1 deletions
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" |