Munki

FIXME add details

There's a Mac Mini server at

http://munki.crossroadsacademy.org

(same server that hosts Snipe -- 192.168.1.20)

which hosts a Munki repo for Mac updates to the usual things (Chrome, Flash, etc.) AND printers. School-owned Macs should be pointed at this so that users (even non-admin users) can apply updates and use the self-service section to choose additional software to install.

defaults write /Library/Preferences/ManagedInstalls SoftwareRepoURL "http://munki.crossroadsacademy.org"

defaults write /Library/Preferences/ManagedInstalls InstallAppleSoftwareUpdates -bool False

defaults write /Library/Preferences/ManagedInstalls SuppressStopButtonOnInstall -bool True

AND ONE OF

defaults write /Library/Preferences/ManagedInstalls ClientIdentifier "crossroads_student"

defaults write /Library/Preferences/ManagedInstalls ClientIdentifier "crossroads_staff"

defaults write /Library/Preferences/ManagedInstalls ClientIdentifier "crossroads_optonly" <- everything is optional