Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - pcamelio

#1
 :-[

Thanks a lot.


#2
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