You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_ecosystem_8x/getting_started/orchestration.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Think of it as the "do it now" complement to Puppet's "keep it this way forever"
23
23
24
24
The OpenVox project ships Bolt as `openbolt` from the Vox Pupuli repos.
25
25
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.
26
27
The official [Installing OpenVox](https://voxpupuli.org/openvox/install/) guide has step-by-step instructions for enabling the repo for each supported platform.
27
28
28
29
### Project Setup
@@ -38,11 +39,11 @@ This creates:
38
39
39
40
```text
40
41
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)
0 commit comments