This repository was archived by the owner on Mar 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathprofiles.xml
More file actions
147 lines (121 loc) · 4.55 KB
/
profiles.xml
File metadata and controls
147 lines (121 loc) · 4.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<?xml version="1.0" encoding="UTF-8"?>
<!--
List of profiles available to be assigned to hosts.
A profile represents a certain selection of packages from the package
database. Profiles can depend on other profiles in order to build the
complete set of packages to be assigned to a host.
THIS IS A SAMPLE FILE.
For detailed documentation on the XML structure, attributes etc it's
recommended to have a look at the XSD schema included here:
xsd/
An automatically generated documentation of the XML structure is included
here:
documents/
Just open documents/index.html in your favorite web browser.
More documentation is available on the WPKG web-page as well:
<http://wpkg.org/Category:Documentation>
-->
<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="base">
<package package-id="Java" />
<package package-id="flash_active_x" />
<package package-id="flash_plugin" />
<package package-id="air" />
<package package-id="shockwave12" />
<package package-id="adobereaderdc" os="microsoft windows 7 professionnel, , sp1, 6.1.7601" />
<package package-id="adobereader11" os="microsoft windows xp professionnel, , sp3, 5.1.2600" />
<package package-id="LibreOffice" />
<package package-id="Firefox" />
<package package-id="VLC" />
<package package-id="OCS" />
<package package-id="Photofiltre" />
<package package-id="geogebra" />
<package package-id="quicktime" />
</profile>
<profile id="eps">
<package package-id="Java" />
<package package-id="flash_active_x" />
<package package-id="flash_plugin" />
<package package-id="air" />
<package package-id="shockwave12" />
<package package-id="adobereaderdc" os="microsoft windows 7 professionnel, , sp1, 6.1.7601" />
<package package-id="adobereader11" os="microsoft windows xp professionnel, , sp3, 5.1.2600" />
<package package-id="Firefox" />
<package package-id="VLC" />
<package package-id="OCS" />
<package package-id="Photofiltre" />
</profile>
<profile id="info">
<package package-id="Java" />
<package package-id="flash_active_x" />
<package package-id="flash_plugin" />
<package package-id="air" />
<package package-id="shockwave12" />
<package package-id="VLC" />
<package package-id="OCS" />
</profile>
<profile id="admin">
<package package-id="Java" />
<package package-id="flash_active_x" />
<package package-id="flash_plugin" />
<package package-id="air" />
<package package-id="shockwave12" />
<package package-id="adobereaderdc" os="microsoft windows 7 professionnel, , sp1, 6.1.7601" />
<package package-id="adobereader11" os="microsoft windows xp professionnel, , sp3, 5.1.2600" />
<package package-id="Firefox" />
<package package-id="Thunderbird" />
<package package-id="VLC" />
<package package-id="OCS" />
</profile>
<profile id="adminlibro">
<package package-id="Java" />
<package package-id="flash_active_x" />
<package package-id="flash_plugin" />
<package package-id="air" />
<package package-id="shockwave12" />
<package package-id="adobereaderdc" os="microsoft windows 7 professionnel, , sp1, 6.1.7601" />
<package package-id="adobereader11" os="microsoft windows xp professionnel, , sp3, 5.1.2600" />
<package package-id="Firefox" />
<package package-id="Thunderbird" />
<package package-id="LibreOffice" />
<package package-id="VLC" />
<package package-id="OCS" />
</profile>
<profile id="techno">
<depends profile-id="base" />
<package package-id="sketchup" />
<package package-id="sweethome3d" />
</profile>
<profile id="histgeo">
<depends profile-id="base" />
<package package-id="GoogleEarth" />
</profile>
<profile id="math">
<depends profile-id="base" />
<package package-id="geogebra" />
</profile>
<profile id="artpla">
<depends profile-id="base" />
<package package-id="Photofiltre" />
</profile>
<profile id="test">
<package package-id="Java" />
<package package-id="flash_active_x" />
<package package-id="flash_plugin" />
<package package-id="air" />
<package package-id="shockwave12" />
<package package-id="adobereaderdc" />
<package package-id="Firefox" />
<package package-id="VLC" />
<package package-id="OCS" />
<package package-id="geogebra" />
<package package-id="sketchup" />
<package package-id="sweethome3d" />
<package package-id="Thunderbird" />
</profile>
</profiles:profiles>