Commit 72d870b
committed
Add a bolt task to setup shell completion
This is a building block that might be used when/if we want to add Bolt
tasks / plans to setup Choria on nodes not managed by Puppet, in
particular client nodes.
Currently our systems administrator manually add the choria repo and
install the software, but this is not enough to have shell completion
and we might need to update it from time to time.
Add a bolt task that make managing the completions easier:
```
bolt task run choria::completion -t localhost --run-as root
```1 parent d036bb0 commit 72d870b
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments