Method: Puppet::SSL::Host#ca?

Defined in:
lib/puppet/ssl/host.rb

#ca?Boolean

Is this a ca host, meaning that all of its files go in the CA location?

Returns:

  • (Boolean)


137
138
139
# File 'lib/puppet/ssl/host.rb', line 137

def ca?
  ca
end