Issue #3141 has been updated by James Turnbull. Status changed from Unreviewed to Investigating Assigned to set to Markus Roberts
---------------------------------------- Bug #3141: Cannot turn off CA in puppetmasterd http://projects.reductivelabs.com/issues/3141 Author: Nicholas Veeser Status: Investigating Priority: Normal Assigned to: Markus Roberts Category: SSL Target version: Affected version: 0.25.3 Keywords: Branch: (may be a duplicate) Trying to run a puppetmaster without it being a CA. It keeps trying to be a CA. It does not find the private key for my provided ca.pem bundle, so it removes it and creates another. So this seems to keep my puppetmaster from correctly authenticating its peers. Am I missing something obvious? I found this in the code: puppet/ssl/certificate_authority.rb class Puppet::SSL::CertificateAuthority .... def self.ca? return false unless Puppet[:ca] return false unless Puppet[:name] == "puppetmasterd" return true end .... end Basically I read this as, if this class is used inside of puppetmasterd, then turn on the certificate authority. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
