@necar_gitlab yes, it would definitively make sense. Could you open a ticket on the bugtracker? that would be great
Hello @ncharles . Here it is : https://issues.rudder.io/issues/19904
I have one more question :D
Each generic method has result condition, and there are 3 different cases:
success
repaired
error
After i run the agent, I can see 3 different "reports":
compliant
n/a - not applicable
error
repaired
Is there any connection between these reports? I guess that repaired is when the task is done, compliant is when "state" is equal to desired one, error is self-explanatory?
Variable string from command
that will probably do what you want
Hello guys !
I wonder, are there any defined variables in rudder server, that can be used in technique-s?
e.g. Every node has defined Hostname, Node_ID. So can I create technique, that as parameter uses e.g. $(hostname) and on execution for each node it will use hostname or Node_ID defined on Node summary page?
I know how to define parameter in technique, and then declare it in Directive, but insted of declearing I want to forward that "global variable" defined for each node.