From 030c7913643fa9b37b54815b09ee03427c4849ef Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Mon, 17 Nov 2008 21:07:08 +1100 Subject: Moved RRD feature from util/metric.rb to feature/base.rb --- lib/puppet/util/metric.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/puppet/util') diff --git a/lib/puppet/util/metric.rb b/lib/puppet/util/metric.rb index e6d7678aa..f352462cd 100644 --- a/lib/puppet/util/metric.rb +++ b/lib/puppet/util/metric.rb @@ -4,11 +4,6 @@ require 'puppet' # A class for handling metrics. This is currently ridiculously hackish. class Puppet::Util::Metric - # Load the library as a feature, so we can test its presence. - # It's only used by this class, so there's no reason to move it - # to the main feature list. - Puppet.features.add :rrd, :libs => 'RRDtool' - attr_accessor :type, :name, :value, :label attr_writer :values -- cgit