Class: Puppet::Network::HTTP::API::CA::V1

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet/network/http/api/ca/v1.rb

Constant Summary collapse

INDIRECTED =
Puppet::Network::HTTP::Route.
path(/.*/).
any(Puppet::Network::HTTP::API::IndirectedRoutes.new)

Class Method Summary collapse

Class Method Details

.routesObject



8
9
10
# File 'lib/puppet/network/http/api/ca/v1.rb', line 8

def self.routes
  Puppet::Network::HTTP::Route.path(%r{v1}).any.chain(INDIRECTED)
end