mirror of
https://github.com/munki/munki.git
synced 2026-04-21 12:08:22 -05:00
0d038c20e8
git-svn-id: http://munki.googlecode.com/svn/trunk@143 a4e17f2e-e282-11dd-95e1-755cbddbdd66
16 lines
378 B
XML
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>
|