1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Remove some references to Puppet.

This commit is contained in:
Andy Brody 2014-03-31 20:36:31 -07:00
parent 44d88e9331
commit 3a55541e13

View file

@ -28,7 +28,7 @@ class RestClient::Windows::RootCerts
end
# Returns a new instance.
# @return [Puppet::Util::Windows::RootCerts] object constructed from current root certificates
# @return [RestClient::Windows::RootCerts] object constructed from current root certificates
def self.instance
new(self.load_certs)
end
@ -51,7 +51,7 @@ class RestClient::Windows::RootCerts
begin
certs << OpenSSL::X509::Certificate.new(cert_buf)
rescue => detail
Puppet.warning("Failed to import root certificate: #{detail.inspect}")
warn("Failed to import root certificate: #{detail.inspect}")
end
end
ensure