Corrected version and See also link in MPF evaluation_order docs#3197
Open
nickanderson wants to merge 1 commit into
Open
Corrected version and See also link in MPF evaluation_order docs#3197nickanderson wants to merge 1 commit into
nickanderson wants to merge 1 commit into
Conversation
Follow-up to "Made evaluation_order in body common control configurable via Augments" (cfengine#3192). - control_common_evaluation_order, and the note that cf-agent inherits the evaluation order from body common control, ship in 3.29.0 (current master) rather than 3.28.0, which is already released. - The "See also" for evaluation_order in body common control pointed to the body agent control anchor ([cf-agent#evaluation_order]); corrected to [Components#evaluation_order]. Ticket: ENT-13495 Changelog: None
Member
Author
|
@cf-bottom jenkins please |
|
Sure, I triggered a build: Jenkins: https://ci.cfengine.com/job/pr-pipeline/14229/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-14229/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Follow-up doc corrections to #3192 (
body common controlevaluation_ordervia augments), both in
MPF.md:#3192documentedcontrol_common_evaluation_orderand the"cf-agent inherits from body common control" note as 3.28.0. That merged
to
master, which is3.29.0(.CFVERSION);3.28.0is already tagged.Corrected both to 3.29.0.
evaluation_orderin
body common controlto[cf-agent#evaluation_order](the agentcontrol anchor). Corrected to
[Components#evaluation_order], matching theconvention already used on the reference pages.
Why
MPF.mdis included verbatim into docs.cfengine.com(
reference/masterfiles-policy-framework/), so both errors would publish as-is:a wrong "Introduced in" version and a See-also link that lands on the wrong body.
Ticket: ENT-13495