summaryrefslogtreecommitdiffstats
path: root/lib/puppet/indirector/code.rb
blob: 0c0ee146bfa62bd6bf6a9b8ec7a1cda255d73962 (plain)
1
2
3
4
5
6
require 'puppet/indirector/terminus'

# Do nothing, requiring that the back-end terminus do all
# of the work.
class Puppet::Indirector::Code < Puppet::Indirector::Terminus
end