Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 6871123591698337ee06efa6a871ef7b > files > 32

cfengine3-base-3.0.2-1mdv2010.0.i586.rpm


body common control
{
bundlesequence => { "tryclasses_1" };
}

#################################

bundle agent tryclasses_1
{
vars:

  "x" string => "one";

  "y" slist => { "linux", "Friday" };

classes:

 "three" and => { "$(x)", "two" };

 "four"  or => { @(y) };

 "one" expression => "any";
 "two" expression => "any";

reports:

  three::

    "Evaluated true";

  four::

    "List substitution works";

}


#################################