Method: PuppetX::Relay::Agent::Context#relay_api
- Defined in:
- lib/puppet_x/relay/agent/context.rb
#relay_api ⇒ Util::HTTP::RelayAPI
18 19 20 |
# File 'lib/puppet_x/relay/agent/context.rb', line 18 def relay_api Util::HTTP::RelayAPI.new(settings[:relay_api_url], settings[:relay_connection_token], settings) end |