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.
PROTOCOL_MAP | = | {"puppet" => :rest, "file" => :file} |