Skip to content

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

Closed
claude[bot] wants to merge 1 commit into
3.27from
pr-backport-getting-started-code-fixes-3.27
Closed

Backport getting-started command/log-path fixes to 3.27#3721
claude[bot] wants to merge 1 commit into
3.27from
pr-backport-getting-started-code-fixes-3.27

Conversation

@claude

@claude claude Bot commented Jul 3, 2026

Copy link
Copy Markdown

Requested by Ole Herman · Slack thread

Backport to the 3.27 release branch of #3717 (merged on master).

This cherry-picks 4 code-sample corrections in getting-started documentation. Docs-only changes to make copy-pasted commands and paths correct.

Before / After

  • A trust-key example used the wrong SSH host variable, targeting the client instead of the hub — now points at the hub.
  • The install-log path pointed at the non-existent /var/logs/ — now the correct /var/log/.
  • A bootstrap example used the outdated cfagent bootstrap invocation — now the current cf-agent --bootstrap.

Per-file fixes

  • secure-bootstrap.markdown: ssh "$CLIENT_SSH"ssh "$HUB_SSH".
  • general-installation/_index.markdown: /var/logs/cfengine-install.log/var/log/cfengine-install.log.
  • general-installation/installation-enterprise.markdown: /var/logs/cfengine-install.log/var/log/cfengine-install.log.
  • general-installation/installation-enterprise-free-aws-rhel.markdown: cfagent bootstrapcf-agent --bootstrap (x2).

Generated by Claude Code

Fix incorrect commands and log path in getting-started docs
@claude

claude Bot commented Jul 3, 2026

Copy link
Copy Markdown
Author

Superseded by #3723 — recreated with git cherry-pick -x for backport provenance.

@claude claude Bot closed this Jul 3, 2026
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.

1 participant