Skip to content

Instantly share code, notes, and snippets.

@sebnash
Last active December 15, 2015 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebnash/5185706 to your computer and use it in GitHub Desktop.
Save sebnash/5185706 to your computer and use it in GitHub Desktop.
Hide sub-500 users exec (for Getting Started With Puppet 3 repost)
exec {'Hide sub-500 users':
command => "/usr/bin/defaults write /Library/Preferences/com.apple.loginwindow Hide500Users -bool TRUE",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment