Project

General

Profile

« Previous | Next » 

Revision a1731d81

Added by Ivan Necas over 10 years ago

Fix city

And remove unnecessary code

View differences:

lib/puppet/provider/katello_ssl_tool.rb
def self.pubkey(name)
# TODO: just temporarily until we have this changes in katello installer as well
if name == 'candlepin-ca'
'/usr/share/katello/candlepin-cert.crt'
'/usr/share/katello/candlepin-ca.crt'
else
target_path("certs/#{name}.crt")
end

Also available in: Unified diff