Paired-with: Jesse Wolfe <[email protected]>
Signed-off-by: Paul Berry <[email protected]>
---
Local-branch: ticket/next/5743
lib/puppet/report.rb | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/lib/puppet/report.rb b/lib/puppet/report.rb
index 57e071c..170bf3d 100644
--- a/lib/puppet/report.rb
+++ b/lib/puppet/report.rb
@@ -122,29 +122,10 @@ module ReportExtensions #:nodoc:
module Puppet25
module Report
- def self.extended(obj)
- obj.logs.each{|log| log.extend Puppet25::Util::Log} if
obj.logs.respond_to?(:each)
- obj.metrics.each{|_, metric| metric.extend Puppet25::Util::Metric} if
obj.metrics.respond_to?(:each)
- end
-
- # 0.25 reports don't have resource statuses, but returning an empty list
- # here makes the interface consistent with 2.6
- def resource_statuses
- []
- end
-
def report_format
0
end
end
-
- module Util
- module Metric
- end
-
- module Log
- end
- end
end
module Puppet26
--
1.7.2
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.