module Puppet::Util::Puppetdb::ClassMethods

This magical stuff is needed so that the indirector termini will make requests to the correct host/port, because this module gets mixed in to our indirector termini.

Public Instance Methods

port() click to toggle source
# File lib/puppet/util/puppetdb.rb, line 35
def port
  Puppet::Util::Puppetdb.port
end
server() click to toggle source
# File lib/puppet/util/puppetdb.rb, line 31
def server
  Puppet::Util::Puppetdb.server
end