Skip to content

Commit b3fb9bd

Browse files
committed
default puppet_library plugin to openvox_bootstrap
1 parent 11c663a commit b3fb9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bolt/plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def boltdir
130130
RUBY_PLUGINS = %w[task prompt env_var puppetdb puppet_connect_data].freeze
131131
BUILTIN_PLUGINS = %w[task terraform pkcs7 prompt vault aws_inventory puppetdb azure_inventory
132132
yaml env_var gcloud_inventory].freeze
133-
DEFAULT_PLUGIN_HOOKS = { 'puppet_library' => { 'plugin' => 'puppet_agent', 'stop_service' => true } }.freeze
133+
DEFAULT_PLUGIN_HOOKS = { 'puppet_library' => { 'plugin' => 'openvox_bootstrap', 'stop_service' => true } }.freeze
134134

135135
attr_reader :pal, :plugin_context
136136
attr_writer :plugin_hooks

0 commit comments

Comments
 (0)