Skip to content

Instantly share code, notes, and snippets.

@arubdesu
Created May 18, 2015 19:56
Show Gist options
  • Save arubdesu/dc0990e57e65ee2aaa6d to your computer and use it in GitHub Desktop.
Save arubdesu/dc0990e57e65ee2aaa6d to your computer and use it in GitHub Desktop.
examples override for foigus, perverting gneagle's original intent for the munki_update_name key
<?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>Identifier</key>
<string>local.munki.MSExcel2016</string>
<key>Input</key>
<dict>
<key>CULTURE_CODE</key>
<string>0409</string>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps</string>
<key>NAME</key>
<string>Microsoft Excel</string>
<key>VERSION</key>
<string>latest</string>
<key>munki_update_name</key>
<string>Excel2016</string>
<key>display_name</key>
<string>Microsoft Excel for Mac</string>
<key>pkginfo</key>
<dict>
<key>blocking_applications</key>
<array>
<string>Microsoft Excel</string>
<string>Microsoft Error Reporting</string>
<string>Microsoft Auto Update</string>
</array>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>category</key>
<string>Productivity</string>
<key>developer</key>
<string>Microsoft</string>
<key>display_name</key>
<string>%display_name%</string>
<key>installs</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>com.microsoft.Excel</string>
<key>CFBundleName</key>
<string>Excel</string>
<key>path</key>
<string>/Applications/Microsoft Excel.app</string>
</dict>
</array>
<key>minimum_os_version</key>
<string>10.10.0</string>
</dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.arubdesu.munki.MSExcel2016</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment