Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@codesplicer
Last active August 29, 2015 14:26
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 codesplicer/e854a4aedc9f083db661 to your computer and use it in GitHub Desktop.
Save codesplicer/e854a4aedc9f083db661 to your computer and use it in GitHub Desktop.
puppet4 user->group->user bug
group { 'hal':
gid => 2001,
}
user { 'hal':
comment => 'what are you doing Dave?',
uid => 2000,
gid => 2001,
home => '/home/hal',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment