summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-06-29 15:17:52 +0000
committerLuke Kanies <luke@madstop.com>2005-06-29 15:17:52 +0000
commit0ac91efd23f25a729db0bf5b58631ae40a6b0ab2 (patch)
tree49f68f4d257ed7db90e97bf36838ee3a03e2bfc8 /lib/puppet
parent0c4254a9c1bad795a8bcc895cff74b6dd961ba44 (diff)
downloadpuppet-0ac91efd23f25a729db0bf5b58631ae40a6b0ab2.tar.gz
puppet-0ac91efd23f25a729db0bf5b58631ae40a6b0ab2.tar.xz
puppet-0ac91efd23f25a729db0bf5b58631ae40a6b0ab2.zip
correctly returning events
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@315 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/type.rb1
1 files changed, 1 insertions, 0 deletions
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
#---------------------------------------------------------------