Skip to content

Instantly share code, notes, and snippets.

@natewalck
Created February 10, 2013 16:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natewalck/4750211 to your computer and use it in GitHub Desktop.
Save natewalck/4750211 to your computer and use it in GitHub Desktop.
Create Puppet Group and Service Account
sudo puppet resource group puppet ensure=present
sudo puppet resource user puppet ensure=present gid=puppet shell='/sbin/nologin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment