92 lines
2.2 KiB
XML
92 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<profiles:profiles xmlns:profiles="http://www.wpkg.org/profiles"
|
|
xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.wpkg.org/profiles xsd/profiles.xsd">
|
|
<!--
|
|
Default set of software to be assigned to all hosts.
|
|
-->
|
|
<profile id="ALL">
|
|
<package package-id="7zip" />
|
|
<package package-id="tni" />
|
|
<package package-id="assist" />
|
|
<package package-id="ultravnc" />
|
|
<package package-id="wpkg-gp" />
|
|
<package package-id="wpkg-xml" />
|
|
</profile>
|
|
|
|
|
|
<profile id="ALLwr">
|
|
<package package-id="7zip" />
|
|
<package package-id="tni" />
|
|
<package package-id="ultravnc" />
|
|
<package package-id="wpkg-gp" />
|
|
<package package-id="wpkg-xml" />
|
|
</profile>
|
|
|
|
<profile id="bginfo">
|
|
<package package-id="bginfo" />
|
|
</profile>
|
|
|
|
<profile id="wmf5">
|
|
<package package-id="wmf5" />
|
|
</profile>
|
|
|
|
<profile id="assist">
|
|
<package package-id="assist" />
|
|
</profile>
|
|
|
|
<profile id="laps">
|
|
<package package-id="laps" />
|
|
</profile>
|
|
|
|
<profile id="ultravnc">
|
|
<package package-id="ultravnc" />
|
|
</profile>
|
|
|
|
<profile id="r7office">
|
|
<package package-id="r7office" />
|
|
</profile>
|
|
|
|
<profile id="tessa">
|
|
<package package-id="tessa" />
|
|
</profile>
|
|
|
|
<profile id="tni">
|
|
<package package-id="tni" />
|
|
</profile>
|
|
|
|
<profile id="npp">
|
|
<package package-id="npp" />
|
|
</profile>
|
|
|
|
<profile id="zabbix_agent">
|
|
<package package-id="zabbix_agent" />
|
|
</profile>
|
|
<!--
|
|
Custom profile to be assigned to specific hosts only.
|
|
The profile depends on the default profile and therefore includes
|
|
packages from the default profile too.
|
|
-->
|
|
<profile id="test">
|
|
<depends profile-id="ALL" />
|
|
<package package-id="bginfo" />
|
|
<package package-id="wpkg-gp" />
|
|
<!--<package package-id="wpkg-gp-client" />-->
|
|
<package package-id="7zip" />
|
|
<package package-id="yandexbr" />
|
|
<package package-id="chrome" />
|
|
<package package-id="firefoxesr" />
|
|
<package package-id="r7officelic" />
|
|
<package package-id="wmf5" />
|
|
<package package-id="r7office" />
|
|
<package package-id="ultravnc" />
|
|
<!--<package package-id="assist" />
|
|
<package package-id="zabbix_agent" />-->
|
|
<package package-id="tni" />
|
|
</profile>
|
|
|
|
<profile id="empty" />
|
|
|
|
</profiles:profiles>
|