Class: Puppet::Application::HttpAgent
- Inherits:
-
Agent
- Object
- Agent
- Puppet::Application::HttpAgent
- Defined in:
- lib/puppet/application/http_agent.rb
Instance Method Summary collapse
Instance Method Details
#fingerprint ⇒ Object
11 12 13 |
# File 'lib/puppet/application/http_agent.rb', line 11 def fingerprint raise RuntimeError, "HTTPAgent has no fingerprint." end |
#wait_for_certificates ⇒ Object
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 |