Difference between revisions of "Hosts.xml"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 10: Line 10:
  
 
<wpkg><br>
 
<wpkg><br>
<host name="host1" profile-id="custom" /><br>
+
<host name="host1" profile-id="custom1" /><br>
 +
<host name="host2" profile-id="custom2" /><br>
 
</wpkg><br>
 
</wpkg><br>
  
 
</blockquote>
 
</blockquote>
  
Which means, that a hostname with a name ''host1'' will use a profile ''custom''.
+
Which means, that a hostname with a name ''host1'' will use a profile ''custom1'', and a hostname with a name ''host2'' will use a profile ''custom2''.
 +
 
 
Profiles are defined in [[packages.xml]].
 
Profiles are defined in [[packages.xml]].

Revision as of 12:03, 25 June 2005

hosts.xml is a file which defines the the hosts and the profiles, which this hosts will use.

It has to be placed in the same direstory as wpkg.js.

WPKG will not work without this file.


The structure of hosts.xml is the following:

<wpkg>
<host name="host1" profile-id="custom1" />
<host name="host2" profile-id="custom2" />
</wpkg>

Which means, that a hostname with a name host1 will use a profile custom1, and a hostname with a name host2 will use a profile custom2.

Profiles are defined in packages.xml.