Class: Puppet::Application::HttpAgent

Inherits:
Agent
  • Object
show all
Defined in:
lib/puppet/application/http_agent.rb

Instance Method Summary collapse

Instance Method Details

#fingerprintObject

Raises:

  • (RuntimeError)


11
12
13
# File 'lib/puppet/application/http_agent.rb', line 11

def fingerprint
  raise RuntimeError, "HTTPAgent has no fingerprint."
end

#wait_for_certificatesObject



6
7
8
9
# File 'lib/puppet/application/http_agent.rb', line 6

def wait_for_certificates
  # Logging is necessary to make user aware of they are currently using an unsafe transmission.
  Puppet.debug "Puppet HTTPAgent won't fetch certificate."
end