summaryrefslogtreecommitdiffstats
path: root/lib/puppet/interface/inventory.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/interface/inventory.rb')
-rw-r--r--lib/puppet/interface/inventory.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/interface/inventory.rb b/lib/puppet/interface/inventory.rb
index 16b216b8b..9b597c6ae 100644
--- a/lib/puppet/interface/inventory.rb
+++ b/lib/puppet/interface/inventory.rb
@@ -1,4 +1,4 @@
require 'puppet/interface/indirector'
-class Puppet::Interface::Inventory < Puppet::Interface::Indirector
+Puppet::Interface::Indirector.new(:inventory) do
end