You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
603 B
19 lines
603 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<hosts:wpkg xmlns:hosts="http://www.wpkg.org/hosts"
|
|
xmlns:wpkg="http://www.wpkg.org/wpkg"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.wpkg.org/hosts xsd/hosts.xsd ">
|
|
|
|
<!--
|
|
<host name="POSTE1" profile-id="workstation">
|
|
<profile id="graphiste" />
|
|
<profile id="skype" />
|
|
<profile id="iphone" />
|
|
<profile id="admin" />
|
|
</host>
|
|
|
|
<host name="SERVER1" profile-id="server" />
|
|
-->
|
|
|
|
<host name=".+" profile-id="workstation" />
|
|
</hosts:wpkg>
|
|
|