Backport getting-started command/log-path fixes to 3.27#3723
Merged
Conversation
Fix incorrect commands and log path in getting-started docs (cherry picked from commit c98f5ff)
olehermanse
approved these changes
Jul 3, 2026
SimonThalvorsen
approved these changes
Jul 3, 2026
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.
Requested by Ole Herman · Slack thread
Backport to
3.27(with-xcherry-pick provenance) of master PR #3717.This cherry-picks the getting-started command and log-path corrections onto the
3.27release branch. The commit was created withgit cherry-pick -x -m 1, so its message carries a(cherry picked from commit c98f5ff4ea4b849037a5d8e01ba5ee3766b64b8b)line for backport traceability.Before / After
Fixes incorrect shell commands and an incorrect log path so that copy-pasted instructions actually work.
Per-file fixes
content/getting-started/01-installing-cfengine/general-installation/_index.markdown— log path/var/logs/cfengine-install.log->/var/log/cfengine-install.log.content/getting-started/01-installing-cfengine/general-installation/installation-enterprise-free-aws-rhel.markdown— two occurrences: bootstrap commandcfagent bootstrap->cf-agent --bootstrap(correct binary name and flag).content/getting-started/01-installing-cfengine/general-installation/installation-enterprise.markdown— log path/var/logs/cfengine-install.log->/var/log/cfengine-install.log.content/getting-started/01-installing-cfengine/secure-bootstrap.markdown— trust-key command run against the wrong host:ssh "$CLIENT_SSH"->ssh "$HUB_SSH"(the hub must trust the client's key).Diff stat: 4 files changed, 5 insertions(+), 5 deletions(-).
Generated by Claude Code