@@ -24,7 +24,7 @@ For test environment setup, see [choria-transport-testing.md](choria-transport-t
2424- A Choria client config file on the OpenBolt controller
2525- At least one of the supported agents installed on target nodes:
2626 - ** bolt_tasks** (ships with Puppet-enabled Choria setups)
27- - ** shell** (separate install, version 1.2.0 or later)
27+ - ** shell** (separate install, version 1.2.1 or later)
2828
2929## Configuration
3030
@@ -134,7 +134,7 @@ validation.
134134
135135# ## run_command
136136
137- Requires the **shell agent** (>= 1.2.0 ) on target nodes.
137+ Requires the **shell agent** (>= 1.2.1 ) on target nodes.
138138
139139` ` ` bash
140140bolt command run 'hostname -f' --targets node1.example.com,node2.example.com
@@ -146,7 +146,7 @@ process is killed on the target node.
146146
147147# ## run_script
148148
149- Requires the **shell agent** (>= 1.2.0 ) on target nodes.
149+ Requires the **shell agent** (>= 1.2.1 ) on target nodes.
150150
151151` ` ` bash
152152bolt script run ./check_disk.sh --targets node1.example.com
@@ -205,7 +205,7 @@ task files from an OpenVox/Puppet Server and executes them. This means:
205205# ## shell (separate install)
206206
207207The [shell agent](https://github.com/choria-plugins/shell-agent) is a
208- separate Choria plugin. Version 1.2.0 or later is required. It must be
208+ separate Choria plugin. Version 1.2.1 or later is required. It must be
209209installed on target nodes.
210210
211211With the shell agent :
@@ -220,7 +220,7 @@ and loaded automatically. No client-side setup is needed.
220220
221221On first contact with a target, the transport automatically discovers which
222222agents are installed and what OS the target is running. This happens
223- transparently. Agents below the required minimum version (e.g., shell < 1.2.0 )
223+ transparently. Agents below the required minimum version (e.g., shell < 1.2.1 )
224224are excluded and treated as unavailable.
225225
226226If a target is missing the required agent, it gets a clear error result with
@@ -235,7 +235,7 @@ Install via Puppet by referencing the GitHub repository in your Puppetfile:
235235` ` ` ruby
236236mod 'mcollective_agent_shell',
237237 git: 'https://github.com/choria-plugins/shell-agent',
238- ref: 'v1.2.0 '
238+ ref: 'v1.2.1 '
239239` ` `
240240
241241Deploy with r10k or Code Manager, then apply via Hiera :
@@ -347,7 +347,7 @@ local modulepath matters.
347347
3483482. **Shell agent not installed by default.** Without it, only `run_task`
349349 (via bolt_tasks + OpenVox/Puppet Server) works. All other operations fail with a
350- clear error message. Version 1.2.0 or later is required.
350+ clear error message. Version 1.2.1 or later is required.
351351
3523523. **bolt_tasks requires an OpenVox/Puppet Server.** The bolt_tasks agent downloads
353353 task files from the OpenVox/Puppet Server. Tasks not served by the OpenVox/Puppet Server
0 commit comments