From 0ac91efd23f25a729db0bf5b58631ae40a6b0ab2 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 29 Jun 2005 15:17:52 +0000 Subject: correctly returning events git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@315 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index 6d74e4ef3..483d94d76 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -598,6 +598,7 @@ class Type < Puppet::Element }.flatten Puppet::Metric.addevents(self.class,self,events) + return events end #--------------------------------------------------------------- -- cgit