luca_manganelli<mailto:luca_manganelli at comune.trento.it> wrote: > 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. But I discovered that if I do this: <host name = "host1"> ... </host> <host name = "host.+> ... </host> for the hostname HOST1, only the first section is used. Luca, this is how it works, I would do it the other way around by specifying a common profile. Host1 +Profile1 +Package1 +Package2 +Profile2 +Package3 Host2 +Profile1 +Package1 +Package2 +Profile3 +Package4 --- Stefan |