Actions
Bug #13792
closedInit check on group All classic Nodes known by Rudder (Using a CFEngine based agent) always tries to rewrite the group
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
Init check on Rudder at start ensure that groupAll classic Nodes known by Rudder (Using a CFEngine based agent) is correct by wanting
Attribute(name=jsonNodeGroupQuery, values={'{"select":"nodeAndPolicyServer","composition":"And","where":[ {"objectType":"node","attribute":"agentName","comparator":"eq","value":"cfengine"} ]}'})
but on the ldap, we have
Attribute(name=jsonNodeGroupQuery, values={'{"select":"nodeAndPolicyServer","composition":"And","where":[ {"objectType":"node","attribute":"agentName","comparator":"eq","value":"cfengine"}]}'})
(note the space difference in JSON)
Actions