Hi,
I am looking to use some filter located in the Script Library to assign nodes to a container using the automatic rules process.
The following rule write in the automatic rule of a container works fine:
sub main() {
return $node->platformName=="windows-x64";
}
Therefore if I move the code to the Script Library named TEST
and I used the follonwing command in the automatic rules :
use LibraryScript;
return TEST;
It did not work.
I guess it is a syntax problem, and as I am a newbie, I don't yet how to deal with such problem
Any help would be helpfull
Reagrds
I am looking to use some filter located in the Script Library to assign nodes to a container using the automatic rules process.
The following rule write in the automatic rule of a container works fine:
sub main() {
return $node->platformName=="windows-x64";
}
Therefore if I move the code to the Script Library named TEST
and I used the follonwing command in the automatic rules :
use LibraryScript;
return TEST;
It did not work.
I guess it is a syntax problem, and as I am a newbie, I don't yet how to deal with such problem
Any help would be helpfull
Reagrds