bolt-modules/boltlib/lib/puppet/functions/set_feature.rb in bolt-1.21.0 vs bolt-modules/boltlib/lib/puppet/functions/set_feature.rb in bolt-1.22.0

- old
+ new

@@ -30,10 +30,10 @@ .from_issue_and_stack(Bolt::PAL::Issues::PLAN_OPERATION_NOT_SUPPORTED_WHEN_COMPILING, action: 'set_feature') end inventory = Puppet.lookup(:bolt_inventory) executor = Puppet.lookup(:bolt_executor) - executor.report_function_call('set_feature') + executor.report_function_call(self.class.name) inventory.set_feature(target, feature, value) target end