Bug #3126
Updated by Nicolas PERRON almost 12 years ago
Using a Directive returning special characters like CFEngine variables will lead to have no answer from the node in the Rudder WebUI. An exemple would be to use the Technique JobScheduler with a command like this: <pre> /bin/echo "This is a test" >> /tmp/my_own_log_on_${sys.host}.log /tmp/my_own_log.log 2>&1 </pre> The result will be to have a Rule with a "No Answer" state.