Project

General

Profile

« Previous | Next » 

Revision d19bf7ba

Added by Sam Kottler almost 11 years ago

Fixes #2941: don't mention autosigning when direct signing fails

View differences:

lib/puppetca_api.rb
begin
Proxy::PuppetCA.sign(certname)
rescue => e
log_halt 406, "Failed to enable autosign for #{certname}: #{e}"
log_halt 406, "Failed to sign certificate(s) for #{certname}: #{e}"
end
end
delete "/puppet/ca/:certname" do

Also available in: Unified diff