summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-02-05 13:34:23 +1100
committertest branch <puppet-dev@googlegroups.com>2010-02-17 06:50:53 -0800
commit075f3c8df516bd52d412dc8d88fe194cf4edfb5b (patch)
tree695b988bee1feb69f8ea552c10daec3b53d12635
parentdfb80825b1494601022dfd711f1266f884e721aa (diff)
downloadpuppet-075f3c8df516bd52d412dc8d88fe194cf4edfb5b.tar.gz
puppet-075f3c8df516bd52d412dc8d88fe194cf4edfb5b.tar.xz
puppet-075f3c8df516bd52d412dc8d88fe194cf4edfb5b.zip
Added time module to tagmail report
-rw-r--r--lib/puppet/reports/tagmail.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/reports/tagmail.rb b/lib/puppet/reports/tagmail.rb
index 5b4a38e43..5e54fa6ec 100644
--- a/lib/puppet/reports/tagmail.rb
+++ b/lib/puppet/reports/tagmail.rb
@@ -2,6 +2,7 @@ require 'puppet'
require 'pp'
require 'net/smtp'
+require 'time'
Puppet::Reports.register_report(:tagmail) do
desc "This report sends specific log messages to specific email addresses