Module Puppet::FileServing::IndirectionHooks
In: lib/puppet/file_serving/indirection_hooks.rb

This module is used to pick the appropriate terminus in file-serving indirections. This is necessary because the terminus varies based on the URI asked for.

Methods

Constants

PROTOCOL_MAP = {"puppet" => :rest, "file" => :file}

Public Instance methods

Pick an appropriate terminus based on the protocol.

[Validate]