diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-26 22:36:51 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-01-26 22:36:51 +0000 |
| commit | af4f7d7bebfc3b6346c86e90b99f37c98d6bca73 (patch) | |
| tree | a9d70312640c9a85a0c77b330f76ced4b5192b9c /lib/puppet/reports | |
| parent | 37acfb9bc8675f33aef159f298e35e3e43998c4f (diff) | |
Fixing documentation references to refer to the wiki
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2098 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/reports')
| -rw-r--r-- | lib/puppet/reports/tagmail.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet/reports/tagmail.rb b/lib/puppet/reports/tagmail.rb index 6c1dca675..a7b3ffd3b 100644 --- a/lib/puppet/reports/tagmail.rb +++ b/lib/puppet/reports/tagmail.rb @@ -17,7 +17,8 @@ require 'net/smtp' Puppet::Server::Report.newreport(:tagmail) do desc "This report sends specific log messages to specific email addresses based on the tags in the log messages. See the - [tag documentation](../advanced/tags.html) for more information on tags. + [tag documentation](/trac/puppet/wiki/UsingTags) for more information + on tags. To use this report, you must create a ``tagmail.conf`` (in the location specified by ``tagmap``). This is a simple file that maps tags to |
