Skip to content

Commit

Permalink
Fixes #14176: improve error message when the node cannot get the uuid…
Browse files Browse the repository at this point in the history
… from the server
  • Loading branch information
ncharles committed Jan 16, 2019
1 parent ff81f45 commit df85289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion techniques/system/inventory/1.0/fusionAgent.st
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ bundle agent download_server_uuid
methods:
could_not_download_uuid::
"any" usebundle => rudder_common_report("Inventory", "result_error", "&TRACKINGKEY&", "inventory", "None", "Could not retrieve the UUID of the policy server");
"any" usebundle => rudder_common_report("Inventory", "result_error", "&TRACKINGKEY&", "inventory", "None", "Could not retrieve the UUID of the policy server. Please check that the defined Policy Server exists, and that this Node IP address is in the Allowed Networks of its policy server.");
commands:
Expand Down

0 comments on commit df85289

Please sign in to comment.