mirror of
https://github.com/munki/munki.git
synced 2026-04-23 21:40:25 -05:00
c176ffca0c
git-svn-id: http://munki.googlecode.com/svn/trunk@171 a4e17f2e-e282-11dd-95e1-755cbddbdd66
20 lines
646 B
Plaintext
20 lines
646 B
Plaintext
<?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>ManagedInstallDir</key>
|
|
<string>/Library/Managed Installs</string>
|
|
<key>ManifestURL</key>
|
|
<string>http://webserver/repo/manifests/</string>
|
|
<key>ClientIdentifier</key>
|
|
<string>arbitrary_catalog_name</string>
|
|
<key>SoftwareRepoURL</key>
|
|
<string>http://webserver/repo</string>
|
|
<key>UseClientCertificate</key>
|
|
<false/>
|
|
<key>LoggingLevel</key>
|
|
<integer>1</integer>
|
|
<key>DaysBetweenNotifications</key>
|
|
<integer>1</integer>
|
|
</dict>
|
|
</plist> |