Skip to content

Commit 89a8de3

Browse files
committed
Update OpenBolt config defaults
1 parent 3c0c390 commit 89a8de3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/bolt/config/options.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,12 @@ module Options
428428
_example: ["myproject", "myproject::foo", "myproject::bar", "myproject::deploy::*"]
429429
},
430430
"plugin-hooks" => {
431+
# rubocop:disable Layout/LineLength
431432
description: "A map of [plugin hooks](writing_plugins.md#hooks) and which plugins a hook should use. " \
432433
"The only configurable plugin hook is `puppet_library`, which can use two possible plugins: " \
433-
"[`puppet_agent`](https://github.com/puppetlabs/puppetlabs-puppet_agent#puppet_agentinstall) " \
434+
"[`openvox_bootstrap`](https://github.com/voxpupuli/puppet-openvox_bootstrap#openvox_boostrapinstall) " \
434435
"and [`task`](using_plugins.md#task).",
436+
# rubocop:enable Layout/LineLength
435437
type: Hash,
436438
_plugin: true,
437439
_example: { "puppet_library" => { "plugin" => "puppet_agent", "version" => "6.15.0", "_run_as" => "root" } }

0 commit comments

Comments
 (0)