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 I read this as, if this class is used inside of
puppetmasterd, then turn on the certificate authority.

Always.

Anyone know if that is intended?





On Feb 2, 9:15 am, Scott Smith <sc...@ohlol.net> wrote:
> On 2/2/10 9:06 AM, Nigel Kersten wrote:
>
> > I thought ca = false was working until I actually verified that it
> > wasn't operating as a CA.
>
> > This is with puppet 0.24.8 btw.
>
> Ahhh, I'm using 0.25.x
>
> -scott

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to