# File lib/mcollective/facts/base.rb, line 17
      def self.inherited(klass)
        PluginManager << {:type => "facts_plugin", :class => klass.to_s}
      end