<?xml version="1.0" encoding="UTF-8"?>

<!-- Lists host names and associated profile. This file can be edited
     directly, or even created automatically depending on your
     environment. 
     
     For more info, see http://wpkg.org/index.php/Category:Documentation
     
     -->

<wpkg>

    <host name="lab-1*" profile-id="lab" />
    <host name="lt-*"   profile-id="laptop" />
    <host name="bandersnatch"   profile-id="Inspiron" />
    <host name="jabberwocky"   profile-id="jabberwocky" />

<!-- This one will match all hosts that were not matched before.
     For more info on regexp matching, see the documentation on http://wpkg.org/index.php/Regular_expression_support -->

    <host name=".+" profile-id="common" />

</wpkg>
