Skip to content

Commit e9ada9a

Browse files
committed
(gh-33) Configure openbox_boostrap as a puppet_library bolt plugin
This is for OpenVoxProject/openbolt#44 to replace puppet_agent with openvox_bootstrap as the default puppet_library plugin so that apply_prep calls install openvox instead of the perforce agent. The plugin configuration tells bolt what task to execute for this hook, per https://help.puppet.com/bolt/current/topics/writing_plugins.htm#plugin-hooks
1 parent 9634fbe commit e9ada9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bolt_plugin.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"hooks": {
3+
"puppet_library": { "task": "openvox_bootstrap::install" }
4+
}
5+
}

0 commit comments

Comments
 (0)