Changes
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).
==Several profiles for one host==
It's possible to assign more than one profile to a host:
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
<host name="'''host1'''" profile-id="'''custom1'''" ><br>
<profile id="'''addons1'''"/><br>
<profile id="'''addons2'''"/><br>
</host><br>
</blockquote>
Remarks:
* You cannot omit the main profile (profile-id=...)
* You can only assign a profile, but no packages
==See also==