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.
Actions