[wpkg-users] Defining a group of computers to install an application

Pendl Stefan stefan.pendl at haidlmair.at
Wed Apr 8 10:07:05 CEST 2009


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




More information about the wpkg-users mailing list