[Puppet Users] Re: Cannot seem to turn off the CA

2010-02-03 Thread jcbollinger
On Feb 2, 2:14 pm, nicholas nvee...@gmail.com wrote:     def self.ca?         return false unless Puppet[:ca]         return false unless Puppet[:name] == puppetmasterd         return true     end [...] Basically I read this as, if this class is used inside of puppetmasterd, then turn

[Puppet Users] Re: Cannot seem to turn off the CA

2010-02-02 Thread nicholas
So I have 0.25.3 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

Re: [Puppet Users] Re: Cannot seem to turn off the CA

2010-02-02 Thread Atha Kouroussis
Hi, We have several puppetmasters running with ca= false and passenger. They are currently 0.25.3 but were at some point 0.24.8. Basically, once you have setup your ca, in a node intended to be puppetmaster, run the client FIRST with ca_server pointing to your ca. The client generates the