Links for PSU MacAdmins 2023: The Past, Present, and Future of Munki

Here are links to things in my presentation at Penn State MacAdmins 2023:

Fleet: https://fleetdm.com
Munki: https://github.com/munki/munki
Disney Animation: https://www.disneyanimation.com
Filewave: https://www.filewave.com
PSU MacEnterprise mailing list: https://lists.psu.edu/archives/macenterprise.html
Radmind: https://radmind.org
munki-dev: https://groups.google.com/g/munki-dev
Google Code Munii site: https://code.google.com/p/munki/
Workspace ONE UEM: https://www.vmware.com/products/workspace-one/unified-endpoint-management.html
SimpleMDM: https://simplemdm.com
Quest KACE: https://www.quest.com/kace/
Munki client cert auth: https://github.com/munki/munki/wiki/Using-Munki-With-SSL-Client-Certificates
Gurl.py: https://github.com/munki/munki/blob/main/code/client/munkilib/gurl.py
Munki middleware: https://github.com/munki/munki/wiki/Middleware
Munki authorized restarts: https://github.com/munki/munki/wiki/Authorized-Restarts
MunkiAdmin: https://github.com/hjuutilainen/munkiadmin
MunkiServer: https://github.com/munkiserver/munkiserver
MunkiReport PHP: https://github.com/munkireport/munkireport-php
Sal: https://github.com/salopensource/sal
Munki Force Install After Date: https://github.com/munki/munki/wiki/Pkginfo-Files#force-install-after-date
Simian: https://github.com/googlearchive/simian
AutoPkg: https://github.com/autopkg/autopkg
Munki releases: https://github.com/munki/munki/releases
Staging OS Installers: https://github.com/munki/munki/wiki/Staging-macOS-Installers
Default Installs: https://github.com/munki/munki/wiki/Default-Installs
The Curious Case of the Responsible Process: https://www.qt.io/blog/the-curious-case-of-the-responsible-process
MacAdmins Open Source: https://macadmins.io
jamJAR: https://github.com/dataJAR/jamJAR/
Munki wiki: https://github.com/munki/munki/wiki/
MunkiWebAdmin2: https://github.com/munki/mwa2
Munki-pkg: https://github.com/munki/munki-pkg

Links for PSU MacAdmins 2023: The Past, Present, and Future of Munki

PSU Mac Admins Conference 2023

I had thought I wasn’t going to be able to attend or present at PSU Mac Admins this year — a bummer since I love the conference and it’s back in person for the first time since 2019. But some last minute developments — thank you, Fleet (https://fleetdm.com) — mean I will be able to be there, and I’ll be talking about the Past, Present and Future of Munki!

https://psumac2023.sched.com/event/1OIYF/the-past-present-and-future-of-munki

Register for PSU Mac Admins Conference today! https://macadmins.psu.edu/conference/registration/

PSU Mac Admins Conference 2023

Munki and Ventura notes

TL;DR: 

It looks like Munki is going to need a signed binary and an MDM-delivered PPPC/TCC config profile to continue working properly on macOS Ventura. 

Details 

Last week was Apple’s Worldwide Developer Conference 2022. Among others things announced and introduced was macOS Ventura, or macOS 13. 

As is not unusual for macOS releases, this release contains changes that may affect the functionality of Munki (and other similar tools). 

Continue reading “Munki and Ventura notes”
Munki and Ventura notes

Reaction to “Recognition, Retirement, and Remembrance”

Mac admins: if you haven’t already, read Anthony’s article here:

https://maclabs.jazzace.ca/2021/07/18/recognition-retirement-remembrance.html

His well-written, well-researched thoughts inspired some thoughts of my own.

It occurs to me that many of the “first” generation of Mac admins came from no-traditional backgrounds. This makes a bit of sense, since the Mac appealed to a new set of computer users.

My college degree was in Theater. I know many Mac admins who were (or are) musicians. Many many Mac admins come from Liberal Arts backgrounds or no college at all.

It’s far more common for “newer” Mac admins to come from more “traditional” backgrounds: they’ve studied computer science or software development.

Anecdotally, it seems to me that many of us who’ve come to this from non-traditional backgrounds are here for the long haul. One might speculate as to the reasons, but the fact remains that some of use have been doing this for _decades_.

It’s fantastic that we’re getting more people with deeper technical experience into the field — it’s what’s needed for the field to become more professional. Concepts like DevOps and Configuration Management and Version Control come from CompSci/Software development.

But: it also seems to me that admins coming from CompSci/software development backgrounds are far less likely to stay in the field long term. They are far more likely to move on to other things (bigger and better?!)

This, then, possibly presents another challenge for the community. Yes, we are starting to see a generational change, but we’re going to see faster “churn” overall.

We’re going to see new admins contribute exciting new things, but we’re also going to see those admins not stick around as long to shepherd what they’ve contributed.

Just as Anthony doesn’t really have any answers on how the community should deal with the generational change, I also don’t (yet at least) have any real suggestions on how the community should adapt to faster “churn”.

I do hope, however, that the community will take this opportunity to start talking about the changes and what can be done.

Reaction to “Recognition, Retirement, and Remembrance”

Munki 5.1.2 Official Release

https://github.com/munki/munki/releases/tag/v5.1.2

This is the official release of Munki 5.1.2: an update to the Munki tools.
There are two changes in this release from version 5.1.1: 

• Code signing has been removed from files in the embedded Python framework; the existing code signing was broken because of the process making the framework relocatable. 

• When importing a Big Sur installer, the pkginfo will reflect the 35.5GB required space for upgrading from macOS Sierra or later. (See https://support.apple.com/en-us/HT211238): https://github.com/munki/munki/commit/0714196b87e35b2862723a66bc5a95e736d8449b


The main focus for the Munki 5.1.x releases is compatibility with macOS Big Sur, but there are other changes.

See release notes for Munki 5.1 (https://github.com/munki/munki/releases/tag/v5.1.0) and 5.1.1 (https://github.com/munki/munki/releases/tag/v5.1.1) for more details on those changes.


See https://github.com/munki/munki/wiki/Munki-5-Information for information on the changes in Munki 5.

Munki 5.1.2 Official Release