lib/bolt/config.rb in bolt-1.34.0 vs lib/bolt/config.rb in bolt-1.35.0
- old
+ new
@@ -69,10 +69,10 @@
@puppetdb = {}
@color = true
@save_rerun = true
@puppetfile_config = {}
@plugins = {}
- @plugin_hooks = { 'puppet_library' => { 'plugin' => 'install_agent' } }
+ @plugin_hooks = { 'puppet_library' => { 'plugin' => 'puppet_agent', 'stop_service' => true } }
# add an entry for the default console logger
@log = { 'console' => {} }
@transports = {}