Skip to content

Backport getting-started command/log-path fixes to 3.27#3723

Merged
olehermanse merged 1 commit into
3.27from
pr-backport-getting-started-code-fixes-3.27-v2
Jul 3, 2026
Merged

Backport getting-started command/log-path fixes to 3.27#3723
olehermanse merged 1 commit into
3.27from
pr-backport-getting-started-code-fixes-3.27-v2

Conversation

@claude

@claude claude Bot commented Jul 3, 2026

Copy link
Copy Markdown

Requested by Ole Herman · Slack thread

Backport to 3.27 (with -x cherry-pick provenance) of master PR #3717.

This cherry-picks the getting-started command and log-path corrections onto the 3.27 release branch. The commit was created with git 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 command cfagent 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

Fix incorrect commands and log path in getting-started docs

(cherry picked from commit c98f5ff)
@olehermanse olehermanse self-assigned this Jul 3, 2026
@olehermanse olehermanse merged commit 089aba8 into 3.27 Jul 3, 2026
4 checks passed
@olehermanse olehermanse deleted the pr-backport-getting-started-code-fixes-3.27-v2 branch July 3, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants