Description
BIGTOP-2187 set uid and gid 1000 for jenkins user, however, 1000 is almost always used by the first non-system user. Therefore, if there is a non-system user who has uid/gid 1000, puppet apply command fails.
Error: Could not create group jenkins: Execution of '/sbin/groupadd -g 1000 jenkins' returned 4: groupadd: GID '1000' already exists Error: /Stage[main]/Bigtop_toolchain::User/Group[jenkins]/ensure: change from 'absent' to 'present' failed: Could not create group jenkins: Execution of '/sbin/groupadd -g 1000 jenkins' returned 4: groupadd: GID '1000' already exists
Changing them to 500 seems a good choice.
Attachments
Issue Links
- links to