diff options
Diffstat (limited to 'lib/puppet/indirector/code.rb')
-rw-r--r-- | lib/puppet/indirector/code.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/puppet/indirector/code.rb b/lib/puppet/indirector/code.rb new file mode 100644 index 000000000..0c0ee146b --- /dev/null +++ b/lib/puppet/indirector/code.rb @@ -0,0 +1,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 |