Bug #18244
openTechnique's method reported as missing but should be ignored by a condition
Description
Hello.
I need to install some packets on a pool of mixed OS (RHEL & Debian), but the names are not the same across platforms (ex. arpscan on RHEL and arping on Debian).
I've created a technique with two methods, one for each kind of system, with a condition on each of them to match only Debian of REHL.
The two names are passed through parameters. No issue here.
The issue is when running the directives.
On a Debian system, the method for Debian is executed normally. Ok.
Alway on a Debian system, the method for RHEL is not applied ("not-applicable"). Ok.
On the dashboard, the REHL method is flagged as missing.
When a condition on a method not match, is it normal to get this ?
Could it be just reported in this dashboard, like ignored ?
Thank you.