summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/yum/python_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/package/yum/python_helper.rb')
-rw-r--r--lib/chef/provider/package/yum/python_helper.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/chef/provider/package/yum/python_helper.rb b/lib/chef/provider/package/yum/python_helper.rb
index 7758383b95..19e8ed686c 100644
--- a/lib/chef/provider/package/yum/python_helper.rb
+++ b/lib/chef/provider/package/yum/python_helper.rb
@@ -30,12 +30,7 @@ class Chef
include Chef::Mixin::Which
include Chef::Mixin::ShellOut
- attr_accessor :stdin
- attr_accessor :stdout
- attr_accessor :stderr
- attr_accessor :inpipe
- attr_accessor :outpipe
- attr_accessor :wait_thr
+ attr_accessor :stdin, :stdout, :stderr, :inpipe, :outpipe, :wait_thr
YUM_HELPER = ::File.expand_path(::File.join(::File.dirname(__FILE__), "yum_helper.py")).freeze