Actions
Bug #1104
closedadded better log information when ssldir is not the default
Description
def find_puppetca ssl_dir = Pathname.new ssldir unless (ssl_dir + "ca").directory? logger.warn "PuppetCA: SSL/CA unavailable on this machine" raise "SSL/CA unavailable on this machine" end
It would be more helpful if the warning said: PuppetCA: SSL/CA unavailable on this machine, try adding ssldir: <path to puppet ssl dir> in the smart proxy settings.
Updated by Jacob McCann almost 13 years ago
I just ran into this as well. Noticed it is documented in the wiki, but as stated its not meantioned in error output. Also, there is no 'sample' variable in settings.yml
Updated by Greg Sutcliffe about 12 years ago
- Status changed from New to Ready For Testing
Updated by Dominic Cleal about 12 years ago
- Status changed from Ready For Testing to Resolved
Merged in 1ad2e81fc618a4bd845595664d4786e99983dc63.
Actions