Sophie

Sophie

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

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

#
# Nested iteration
#

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

bundle agent x
{
vars:

"list1" slist => { "a", "b", "c" };

"list2" slist => { "1", "2", "3", "4" };

"list3" slist => { "x", "y", "z" };

reports:

  linux::

   "Hello $(list1) $(list2) $(list3)";
}