diff options
author | adamedx <adamedx@gmail.com> | 2016-05-06 23:26:43 -0700 |
---|---|---|
committer | nimisha <nimisha.sharad@msystechnologies.com> | 2017-02-02 18:00:35 +0530 |
commit | dd75bf444a73bc35c226aabaf4f5ea26b8528285 (patch) | |
tree | fac3274342f14f63fc72056e550b6b3f203e3b6c /lib/chef/provider/execute.rb | |
parent | b9dfe0489447bc7b86daf26abf93cfef0c17140e (diff) | |
download | chef-dd75bf444a73bc35c226aabaf4f5ea26b8528285.tar.gz |
Alternate user execute resource code review feedack
Diffstat (limited to 'lib/chef/provider/execute.rb')
-rw-r--r-- | lib/chef/provider/execute.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/provider/execute.rb b/lib/chef/provider/execute.rb index 1b032a939e..c2498ab90b 100644 --- a/lib/chef/provider/execute.rb +++ b/lib/chef/provider/execute.rb @@ -32,10 +32,6 @@ class Chef def_delegators :@new_resource, :command, :returns, :environment, :user, :domain, :password, :group, :cwd, :umask, :creates - def initialize(new_resource, run_context) - super - end - def load_current_resource current_resource = Chef::Resource::Execute.new(new_resource.name) current_resource |