# File lib/puppet/ssl/certificate_authority.rb, line 34 34: def self.ca? 35: return false unless Puppet[:ca] 36: return false unless Puppet[:name] == "puppetmasterd" 37: return true 38: end