Skip to content

Commit 37ff835

Browse files
committed
Restore links to configuration.html now confirmed present on prod
configuration.html is generated at deploy time and exists at /openvox/latest/configuration.html. Restore links for #tags, #report, #reports, and #reportdir with updated /openvox/ paths instead of removing them. Signed-off-by: Michael Harp <mike@mikeharp.com>
1 parent 2a1d9ad commit 37ff835

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/_openvox_8x/metaparameter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,5 @@ Multiple tags can be specified as an array:
302302
}
303303

304304
Tags are useful for things like applying a subset of a host's configuration
305-
with the `tags` setting (e.g. `puppet agent --test --tags bootstrap`).
305+
with [the `tags` setting](/openvox/latest/configuration.html#tags)
306+
(e.g. `puppet agent --test --tags bootstrap`).

docs/_openvox_8x/reporting_about.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ layout: default
33
title: "About reporting"
44
---
55

6+
[report]: /openvox/latest/configuration.html#report
7+
[reports]: /openvox/latest/configuration.html#reports
8+
[reportdir]: /openvox/latest/configuration.html#reportdir
69
[puppet.conf]: ./config_file_main.html
710

811
Puppet creates a report about its actions and your infrastructure each time it applies a catalog during a Puppet run. You can create and use report processors to generate insightful information or alerts from
@@ -23,10 +26,10 @@ That external service can then provide a way to view the processed report.
2326

2427
## Configuring reporting
2528

26-
A Puppet agent sends reports by default. You can turn off reporting by changing the `report` setting in an agent's [`puppet.conf`][puppet.conf].
29+
A Puppet agent sends reports by default. You can turn off reporting by changing the [`report`][report] setting in an agent's [`puppet.conf`][puppet.conf].
2730

28-
On Puppet master servers (and nodes running Puppet apply), you can configure enabled report processors as a comma-separated list in the `reports` setting. The default `reports` value is 'store',
29-
which stores them in the configured `reportdir`. You can also turn off reports entirely by setting `reports` to 'none'.
31+
On Puppet master servers (and nodes running Puppet apply), you can configure enabled report processors as a comma-separated list in the [`reports`][reports] setting. The default `reports` value is 'store',
32+
which stores them in the configured [`reportdir`][reportdir]. You can also turn off reports entirely by setting `reports` to 'none'.
3033

3134
## Practical reporting for beginners
3235

0 commit comments

Comments
 (0)