Skip to content

Instantly share code, notes, and snippets.

@ahhh
Created March 31, 2019 20:07
Show Gist options
  • Save ahhh/46f8c041aa5cf750c043c33db699dbca to your computer and use it in GitHub Desktop.
Save ahhh/46f8c041aa5cf750c043c33db699dbca to your computer and use it in GitHub Desktop.
Used for configuring Munki administrative server on macOS clients
<?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>ClientIdentifier</key>
<string>arbitrary_name</string>
<key>SoftwareRepoURL</key>
<string>https://your_munki_server.com/munki_repo</string>
<key>LoggingLevel</key>
<integer>1</integer>
<key>DaysBetweenNotifications</key>
<integer>1</integer>
<key>InstallAppleSoftwareUpdates</key>
<string>False</string>
<key>SuppressUserNotifications</key>
<string>True</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment