From 8b8cfaeb3f6f6bfc57f1b1fd5af66f91daad444b Mon Sep 17 00:00:00 2001 From: Ben Ford Date: Thu, 21 May 2026 20:56:38 -0700 Subject: [PATCH] fix some small issues with the orchestration guide Signed-off-by: Ben Ford --- docs/_ecosystem_8x/getting_started/orchestration.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/_ecosystem_8x/getting_started/orchestration.md b/docs/_ecosystem_8x/getting_started/orchestration.md index 5172bfc16..f9e65ba61 100644 --- a/docs/_ecosystem_8x/getting_started/orchestration.md +++ b/docs/_ecosystem_8x/getting_started/orchestration.md @@ -23,6 +23,7 @@ Think of it as the "do it now" complement to Puppet's "keep it this way forever" The OpenVox project ships Bolt as `openbolt` from the Vox Pupuli repos. You can install `openbolt` on a machine with or without the agent or server or any other packages installed. +Typically you'd install it onto your workstation rather than onto a server. The official [Installing OpenVox](https://voxpupuli.org/openvox/install/) guide has step-by-step instructions for enabling the repo for each supported platform. ### Project Setup @@ -38,11 +39,11 @@ This creates: ```text myproject/ -├── bolt-project.yaml ← Project configuration -├── inventory.yaml ← Target definitions -├── Puppetfile ← Module dependencies -├── plans/ ← Bolt plans -└── tasks/ ← Bolt tasks (RESERVED: currently not used) +├── bolt-project.yaml # Project configuration +├── inventory.yaml # Target definitions +├── Puppetfile # Module dependencies (managed by OpenBolt, don't edit yourself) +├── plans/ # Bolt plans +└── tasks/ # Bolt tasks ``` ### Inventory