Skip to content

Instantly share code, notes, and snippets.

@mwohlgemuth
Created January 29, 2015 15:22
Show Gist options
  • Save mwohlgemuth/908fd5ff78875918074f to your computer and use it in GitHub Desktop.
Save mwohlgemuth/908fd5ff78875918074f to your computer and use it in GitHub Desktop.
munki manifest
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>catalogs</key>
<array>
</array>
<key>conditional_items</key>
<array>
<dict>
<key>condition</key>
<string>os_vers_minor < 10</string>
<key>optional_installs</key>
<array>
<string>Install_OSX_10.10</string>
</array>
</dict>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment