Created
July 25, 2012 12:12
-
-
Save gumayunov/3175859 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class ::Chef::Provider::HttpRequest < Chef::Provider | |
def load_current_resource | |
Chef::Log.debug("load_current_resource: #{@new_resource.inspect}") | |
@rest = Chef::REST.new(@new_resource.url, nil, nil, :disable_gzip => true) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment