luca_manganelli wrote:
Hi,
is it possible to define a group of computers to install a single package,
i.e.:
<host name="...." name="...." ...>
    <profile ...>
</host>
?
---
Yes, you can use wildcards.
<host name="cad.+">
</host>
Will be installed on cad, cad1, cad99, cad-dev, etc.
Additional examples are included in the shipped hosts.xml file.
---
Stefan
 |