summaryrefslogtreecommitdiffstats
path: root/lib/puppet/reference/report.rb
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-08-12 00:53:10 +1000
committerMarkus Roberts <Markus@reality.com>2010-08-11 22:14:40 -0700
commit62435e551b3118b1663c67d66a9cae9f52607bc7 (patch)
treeecaa51a4631b345461586e7b118ac6cf3f346c83 /lib/puppet/reference/report.rb
parente4b2aa6e48af43e83e6954d9253ef9b38d8c36ae (diff)
downloadpuppet-62435e551b3118b1663c67d66a9cae9f52607bc7.tar.gz
puppet-62435e551b3118b1663c67d66a9cae9f52607bc7.tar.xz
puppet-62435e551b3118b1663c67d66a9cae9f52607bc7.zip
Rewrote functions documentation to Markdown
Diffstat (limited to 'lib/puppet/reference/report.rb')
-rw-r--r--lib/puppet/reference/report.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/puppet/reference/report.rb b/lib/puppet/reference/report.rb
index 481ca2dc1..47fc779ab 100644
--- a/lib/puppet/reference/report.rb
+++ b/lib/puppet/reference/report.rb
@@ -7,16 +7,15 @@ end
report.header = "
Puppet clients can report back to the server after each transaction. This
transaction report is sent as a YAML dump of the
-``Puppet::Transaction::Report`` class and includes every log message that was
+`Puppet::Transaction::Report` class and includes every log message that was
generated during the transaction along with as many metrics as Puppet knows how
-to collect. See `ReportsAndReporting Reports and Reporting`:trac:
-for more information on how to use reports.
+to collect. See [Reports and Reporting](http://projects.puppetlabs.com/projects/puppet/wiki/Reports_And_Reporting) for more information on how to use reports.
Currently, clients default to not sending in reports; you can enable reporting
-by setting the ``report`` parameter to true.
+by setting the `report` parameter to true.
-To use a report, set the ``reports`` parameter on the server; multiple
-reports must be comma-separated. You can also specify ``none`` to disable
+To use a report, set the `reports` parameter on the server; multiple
+reports must be comma-separated. You can also specify `none` to disable
reports entirely.
Puppet provides multiple report handlers that will process client reports: