Issue #6921 has been updated by Matt Pascoe.
Found that if the main collective the node emits in is not the same as the the
recieving log node then logs dont flow.
Need to update the audit code to use a configured collective to write to. Then
as log as the receiving node is part of that collective it can read it.
here are the lines I updated:
log_collective =
Config.instance.pluginconf["centralrpclog.collective"] || config.main_collective
target = Util.make_target("centralrpclog", :command,
log_collective)
----------------------------------------
Bug #6921: centralrpclog does not support subcollectives
https://projects.puppetlabs.com/issues/6921
Author: Matt Pascoe
Status: Unreviewed
Priority: Normal
Assignee:
Category:
Target version:
Keywords:
Branch:
Affected mCollective version:
The audit code for centralrpclog.rb must be updated to be subcollective aware.
Change line 11 to the following:
target = Util.make_target("centralrpclog", :command, config.main_collective)
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.