Post Tagged with: "Munki"

Running Munki in Docker

In the previous post, I built a container that serves static files at http://munki/repo using Nginx. Now that we have build the Docker image, let’s put it to use. Data Containers We’re going to hook up the Munki image to a data-only container. Data-only containers are a way of keeping […]

Read more

Building Munki with Docker

Munki is an incredible tool for Mac software deployment, and the setup process is fairly straightfoward – configure a web server, create your repo, run the tools to populate it with software, and configure clients. It’s the “configure a web server” aspect that may give some pause, as setting up […]

Read more

Git-Fat Intro Part Two – Setup and Migration

Git-Fat Intro Part Two – Setup and Migration

In our last installment, we introduced a solution for syncing large or already compressed files around without strictly commit’ing them to git proper when collaborating on a munki repo. This was by leveraging the git-fat add-on/script, which only relies on python(2.7) and rsync. Let’s talk about how, if you followed […]

Read more

Introduction to Git-Fat for Munki

Introduction to Git-Fat for Munki

Do you work on munki with a team of folks (meaning more than one)? You probably wish you could use MunkiAdmin for everything, but mounting the munki repo over the network may be a poor experience as things grow very large, and as the server world is mostly *nix (if you’re […]

Read more

Episode Seven – Perfunctory Munki Mention

A vacation for your ears comes mid-winter as Pepijn Bruienne in thunderstorm-y Michigan returns to join Mac Admin (and new father) Derick Okihara in not-snowy Hawaii. Arek Dreyer and Ben Greisler get a shout-out each, DeployStudio goes down main street in a cab, and we even kick it old-school as […]

Read more

Announcement (Cross Post) – JSS Add-On for Autopkg

Announcement (Cross Post) – JSS Add-On for Autopkg

Over on the 318.com blog I’ve announced a new ‘processor’ add-on that can be installed with autopkg, which therefore can leverage the JSS API to fulfill many of the functions which up until present only Munki enjoyed(direct pipeline to testing, automatically adding the package to the distribution point, other associated metadata handling.) […]

Read more

Episode Four – Don’t Stab Yourself in the Leg, Then

When we last caught glimpse of our heroes, MacSysAdmin Conference was still around the corner and there was nothing automatic about damage. Here in episode four, Ed Marczak turns the (significantly less echo-y) microphone on Graham Gilbert for a reverse-interview, and juicy confessions emerge, like their shared, scandalous predilection for… […]

Read more

Episode One – How Far Back Do You Wanna Go?

For this installment we’re joined by Ed Marczak, with Graham Gilbert hosting. Topics range from hiring to presentations, with a little bit of working in open source at scale. Show links: http://www.macadminmonthly.org Managing Macs with Puppet – Graham Gilbert Computing by the Numbers – Ed Marczak https://munki.googlecode.com/ http://puppetlabs.com http://macsysadmin.se http://www.mactech.com/conference […]

Read more
Apple,Deployment,Management,OS X,Tips Comments are Disabled

Garageband Deployment Quick Tip

Garageband Deployment Quick Tip

As discovered by @tvsutton and reported on ##osx-server IRC, the Mac App Store version of Garageband’s assets (which are downloaded on first-launch, all 1.57GBs…) can be fetched in advance: http://downloads.apple.com/static/gb/gb11bc/GarageBandBasicContent.pkg This makes it easier to deploy, since it is a standard package for content found outside of the .app bundle […]

Read more