Files
munki/manifest examples/groups/macsupport
T
Greg Neagle 0d038c20e8 Added a bunch of example pkginfo and manifest files.
git-svn-id: http://munki.googlecode.com/svn/trunk@143 a4e17f2e-e282-11dd-95e1-755cbddbdd66
2009-07-31 01:31:24 +00:00

16 lines
378 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>managed_installs</key>
<array>
<string>ServerAdminTools</string>
<string>XcodeTools</string>
</array>
</dict>
</plist>