We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c663a commit b3fb9bdCopy full SHA for b3fb9bd
lib/bolt/plugin.rb
@@ -130,7 +130,7 @@ def boltdir
130
RUBY_PLUGINS = %w[task prompt env_var puppetdb puppet_connect_data].freeze
131
BUILTIN_PLUGINS = %w[task terraform pkcs7 prompt vault aws_inventory puppetdb azure_inventory
132
yaml env_var gcloud_inventory].freeze
133
- DEFAULT_PLUGIN_HOOKS = { 'puppet_library' => { 'plugin' => 'puppet_agent', 'stop_service' => true } }.freeze
+ DEFAULT_PLUGIN_HOOKS = { 'puppet_library' => { 'plugin' => 'openvox_bootstrap', 'stop_service' => true } }.freeze
134
135
attr_reader :pal, :plugin_context
136
attr_writer :plugin_hooks
0 commit comments