Module: Puppet::Util::Puppetdb::ClassMethods
- Defined in:
- lib/puppet/util/puppetdb.rb
Overview
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.
Instance Method Summary collapse
Instance Method Details
#port ⇒ Object
45 46 47 |
# File 'lib/puppet/util/puppetdb.rb', line 45 def port Puppet::Util::Puppetdb.port end |
#server ⇒ Object
41 42 43 |
# File 'lib/puppet/util/puppetdb.rb', line 41 def server Puppet::Util::Puppetdb.server end |