summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file/http.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/remote_file/http.rb')
-rw-r--r--lib/chef/provider/remote_file/http.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/chef/provider/remote_file/http.rb b/lib/chef/provider/remote_file/http.rb
index ef2461848d..fcde893329 100644
--- a/lib/chef/provider/remote_file/http.rb
+++ b/lib/chef/provider/remote_file/http.rb
@@ -28,10 +28,7 @@ class Chef
class HTTP
- attr_reader :uri
- attr_reader :new_resource
- attr_reader :current_resource
- attr_reader :logger
+ attr_reader :uri, :new_resource, :current_resource, :logger
# Parse the uri into instance variables
def initialize(uri, new_resource, current_resource, logger = Chef::Log.with_child)