From cde1baa4a9a27ba95ad2a61bc8e46d43e708b081 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Sun, 20 Feb 2011 15:39:54 -0800 Subject: Fixing Interface listing It got broke when the Indirector base class was extracted. Signed-off-by: Luke Kanies --- lib/puppet/interface/indirector.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/puppet/interface') diff --git a/lib/puppet/interface/indirector.rb b/lib/puppet/interface/indirector.rb index f0beb8a9c..507826b91 100644 --- a/lib/puppet/interface/indirector.rb +++ b/lib/puppet/interface/indirector.rb @@ -3,6 +3,8 @@ require 'puppet/interface' class Puppet::Interface::Indirector < Puppet::Interface + # This is just a base class. + @abstract = true # Here's your opportunity to override the indirection name. By default # it will be the same name as the interface. -- cgit