[wpkg-users] Defining a group of computers to install an application
Tomasz Chmielewski
mangoo at wpkg.org
Mon Apr 6 13:50:34 CEST 2009
luca_manganelli at comune.trento.it schrieb:
> Hi,
>
> is it possible to define a group of computers to install a single package,
> i.e.:
>
> <host name="...." name="...." ...>
>
> <profile ...>
>
> </host>
The other way around - in hosts.xml (can be also in "hosts" directory,
i.e. hosts/room12.xml):
<?xml version="1.0" encoding="UTF-8"?>
<wpkg>
<host name="PC1026" profile-id="room12" />
<host name="PC1038" profile-id="room12" />
<host name="PC1039" profile-id="room12" />
<host name="PC1041" profile-id="room12" />
</wpkg>
Then, in profiles.xml (or, like above, in "profiles" directory):
<profile id="room12">
<depends profile-id="default" />
<package package-id="single_package" />
</profile>
Is it what you wanted to do?
--
Tomasz Chmielewski
http://wpkg.org
More information about the wpkg-users
mailing list