Skip to content

Commit 7eb93b9

Browse files
authored
Merge pull request #239 from binford2k/fix_orch
2 parents b154fbf + 8b8cfae commit 7eb93b9

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/_ecosystem_8x/getting_started/orchestration.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Think of it as the "do it now" complement to Puppet's "keep it this way forever"
2323

2424
The OpenVox project ships Bolt as `openbolt` from the Vox Pupuli repos.
2525
You can install `openbolt` on a machine with or without the agent or server or any other packages installed.
26+
Typically you'd install it onto your workstation rather than onto a server.
2627
The official [Installing OpenVox](https://voxpupuli.org/openvox/install/) guide has step-by-step instructions for enabling the repo for each supported platform.
2728

2829
### Project Setup
@@ -38,11 +39,11 @@ This creates:
3839

3940
```text
4041
myproject/
41-
├── bolt-project.yaml Project configuration
42-
├── inventory.yaml Target definitions
43-
├── Puppetfile Module dependencies
44-
├── plans/ Bolt plans
45-
└── tasks/ Bolt tasks (RESERVED: currently not used)
42+
├── bolt-project.yaml # Project configuration
43+
├── inventory.yaml # Target definitions
44+
├── Puppetfile # Module dependencies (managed by OpenBolt, don't edit yourself)
45+
├── plans/ # Bolt plans
46+
└── tasks/ # Bolt tasks
4647
```
4748

4849
### Inventory

0 commit comments

Comments
 (0)