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.

78 lines
2.9 KiB

<?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 ">
<!-- Le profile workstation contient les logiciels classiques
à déployer sur un poste client -->
<profile id="workstation">
<depends profile-id="default" />
<package package-id="tightvnc" />
<package package-id="thunderbird" />
<!-- <package package-id="thunderbird-config" /> -->
<package package-id="flash" />
<package package-id="pdfcreator" />
<package package-id="adobe_reader" />
<package package-id="vlc" />
<!-- <package package-id="libreoffice" /> -->
<!-- <package package-id="jce" /> -->
</profile>
<!-- Le profile graphiste contient une compilation de logiciels pour
l'édition d'image et la publication -->
<profile id="graphiste">
<depends profile-id="workstation" />
<package package-id="gimp" />
<package package-id="inkscape" />
<package package-id="scribus" />
<package package-id="sketchup" />
</profile>
<!-- profile d'administrateur, contient quelques outils utiles -->
<profile id="admin">
<depends profile-id="default" />
<package package-id="putty" />
<package package-id="notepad++" />
<package package-id="winscp" />
</profile>
<!-- pour ceux qui ont un iPhone, permet de déployer iTunes -->
<profile id="iphone">
<depends profile-id="workstation" />
<package package-id="itunes" />
</profile>
<!-- Pour ceux qui veulent Skyper -->
<profile id="skype">
<depends profile-id="workstation" />
<package package-id="skype" />
</profile>
<!-- Outils pour un serveur -->
<profile id="server">
<depends profile-id="admin" />
<package package-id="zabbix_agent" />
</profile>
<!-- profile par défaut appliqué à tous les postes -->
<profile id="default">
<depends profile-id="variables" />
<package package-id="wpkg" />
<package package-id="logs" />
<package package-id="cacert" />
<package package-id="productkey" />
<package package-id="ccleaner" />
<package package-id='ntp' />
<package package-id="jre" />
<package package-id="firefox" />
<package package-id="sumatrapdf" />
<package package-id="7zip" />
<package package-id="fusioninventory" />
<package package-id="ultradefrag" />
<!-- patch le registre pour la jonction à un domaine NT 4
nécessaire uniquement pour les Windows 7 -->
<package package-id="sambawin7" os="6\.1\.\d{4}" />
</profile>
</profiles:profiles>