Changes

Hosts.xml

241 bytes added, 16:08, 13 May 2009
no edit summary
Normally, hosts are parsed from top to the bottom, except when the hostname is not a regular expression.
So the host '''bronek1''' will match '''profile1''', even though it also matches '''b.+''' and '''bron.+''' (which are regular expressions).
 
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
<host name="'''cad01|cam03|cnc23'''" profile-id="'''profile1'''" />
</blockquote>
 
Use the above to specify several hosts, which do not follow a single pattern
==Several profiles for one host==