Paired-With: Matt Robinson <[email protected]>
Signed-off-by: Jesse Wolfe <[email protected]>
---
Local-branch: ticket/next/5174-part2
lib/puppet/report.rb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/puppet/report.rb b/lib/puppet/report.rb
index e4d13f5..12f922d 100644
--- a/lib/puppet/report.rb
+++ b/lib/puppet/report.rb
@@ -171,7 +171,7 @@ module ReportExtensions #:nodoc:
end
# Attributes in 2.6.x but not 0.25.x
- attr_reader :external_times, :resource_statuses, :kind
+ attr_reader :external_times, :resource_statuses
def to_hash
hash = super
@@ -180,7 +180,7 @@ module ReportExtensions #:nodoc:
end
def kind
- "apply"
+ @kind || "apply"
end
def report_format
--
1.7.0.4
--
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.