Skip to content

Commit 6ce488d

Browse files
committed
Changed a couple links to GitHub to use search
We don't actually branch Masterfiles for every minor release, only for LTS releases. So, targeting the .x path would not work for example in 3.25 since there is only a 3.25.0 tag and there is no 3.25.x branch. This switches to use the search to find the same files in the repository. It's less specific, but more resilient to breakage I think.
1 parent eef1e90 commit 6ce488d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

resources/faq/output-email.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ sorting: 90
77

88
## How do I set the email where agent reports are sent?
99

10-
The agent report email functionality is configured in `body executor control`
11-
https://github.com/cfengine/masterfiles/blob/{{site.cfengine.branch}}.x/controls/cf_execd.cf.
12-
It defaults to `root@$(def.domain)` which is configured in `bundle common def`
13-
https://github.com/cfengine/masterfiles/blob/{{site.cfengine.branch}}.x/controls/def.cf.
10+
The agent report email functionality is configured in `body executor control` ([find in GitHub](https://github.com/search?q=repo%3Acfengine%2Fmasterfiles+mail+path%3A**%2Fcf_execd.cf&type=code)).
11+
It defaults to `root@$(def.domain)` which is configured in `bundle common def` ([find in GitHub](https://github.com/search?q=repo%3Acfengine%2Fmasterfiles+%22mailto%22+path%3A**%2Fdef.cf&type=code)).
1412

1513
**See also:** [`def.mailto`][Masterfiles Policy Framework#mailto].
1614

0 commit comments

Comments
 (0)