# File lib/puppet/network/client/ca.rb, line 7 7: def initialize(options = {}) 8: options = symbolize_options(options) 9: unless options.include?(:Server) or options.include?(:CA) 10: options[:Server] = Puppet[:ca_server] 11: options[:Port] = Puppet[:ca_port] 12: end 13: super(options) 14: end