Skip to content

Instantly share code, notes, and snippets.

@nmcspadden
Created February 11, 2015 19:02
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 nmcspadden/ce07af978c110f6c053a to your computer and use it in GitHub Desktop.
Save nmcspadden/ce07af978c110f6c053a to your computer and use it in GitHub Desktop.
user { 'puppet':
ensure => 'absent',
}
group { 'puppet':
ensure => 'absent',
}
if $::operatingsystem == 'Darwin' {
include munki_ssl
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment