File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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" } }
You can’t perform that action at this time.
0 commit comments