Changes

Profiles.xml

343 bytes removed, 21:31, 5 December 2007
m
no edit summary
The structure of '''profiles.xml''' is as follows:
<blockquote style="background: white; border: 1px solid black; padding: 1em;"pre><profiles><br><br> <profile id="'''default'''"><br> <package package-id="'''acrobat'''" /><br> <package package-id="'''firefox'''" /><br> </profile><br><br> <profile id="'''custom'''"><br> <depends profile-id="'''default'''" /><br> <package package-id="'''thunderbird'''" /><br> </profile><br><br></profiles><br></blockquotepre>
Which means, that if a host, defined in [[hosts.xml]] has a profile '''default''' (the first profile above), it will have '''acrobat''' and '''firefox''' installed - because '''profile id="default"''' contains these two packages.
==Quick examples==
<blockquote style="background: white; border: 1px solid black; padding: 1em;"pre><profiles><br><br><profile id="default"><br><package package-id="firefox" /><br></profile><br><br><profile id="custom"><br><depends profile-id="default" /><br><package package-id="thunderbird" /><br><package package-id="acrobat" /><br></profile><br><br><profile id="basement"><br><package package-id="photoshop" /><br></profile><br><br><profile id="administration"><br><depends profile-id="custom" /><br><package package-id="firefox" /><br><package package-id="database" /><br></profile><br>
<br>
</profiles><br></blockquote>
==Individual XML profiles files==