bolt-modules/boltlib/lib/puppet/functions/apply_prep.rb in bolt-1.21.0 vs bolt-modules/boltlib/lib/puppet/functions/apply_prep.rb in bolt-1.22.0
- old
+ new
@@ -48,10 +48,10 @@
applicator = Puppet.lookup(:apply_executor)
executor = Puppet.lookup(:bolt_executor)
inventory = Puppet.lookup(:bolt_inventory)
- executor.report_function_call('apply_prep')
+ executor.report_function_call(self.class.name)
targets = inventory.get_targets(target_spec)
executor.log_action('install puppet and gather facts', targets) do
executor.without_default_logging do