Skip to content

PQL regexp character is unrecognized #21

Answered by ripienaar
QueerCodingGirl asked this question in Q&A
Discussion options

You must be logged in to vote

If you can, patch this:

diff --git a/lib/mcollective/rpc/client.rb b/lib/mcollective/rpc/client.rb
index 7739c994..6abc80fc 100644
--- a/lib/mcollective/rpc/client.rb
+++ b/lib/mcollective/rpc/client.rb
@@ -847,6 +847,7 @@ module MCollective
             message.requestid = @stats.requestid

             message.discovered_hosts = hosts.clone.compact
+            message.type=:direct_request

             @client.req(message) do |resp|
               respcount += 1

Should be in /opt/puppetlabs/puppet/lib/ruby/gems/2.7.0/gems/choria-mcorpc-support-2.25.1/lib/mcollective/rpc/client.rb

I bet that fixes it?

Replies: 16 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ripienaar
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants