Skip to content

Instantly share code, notes, and snippets.

@rickychilcott
Created October 11, 2011 15:17
Show Gist options
  • Save rickychilcott/1278365 to your computer and use it in GitHub Desktop.
Save rickychilcott/1278365 to your computer and use it in GitHub Desktop.
Munki Secure Config
#Make Secure Munki Directory
sudo mkdir -p /var/munki/Managed\ Installs
sudo chown root:wheel /var/munki/Managed\ Installs
sudo chmod 750 /var/munki/Managed\ Installs
#Setup secure Munki Directory
sudo defaults write /Library/Preferences/ManagedInstalls ManagedInstallDir "/var/munki/Managed Installs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment