Skip to content

Instantly share code, notes, and snippets.

@codesplicer
Last active August 29, 2015 14:26
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