millisami / chef-errbit

Chef cookbook that deploys errbit project
Other
13 stars 20 forks source link

User uid 1000 can be in use #1

Closed PaulusTM closed 11 years ago

PaulusTM commented 11 years ago

My installation broke on installing the user because the system already had a user with uid 1000.

root@Errbit:~# useradd -c 'Deployer user' -g 'deployer' -p '$1$qqO27xay$dtmwY9NMmJiSa47xhUZm0.' -s '/bin/bash' -u '1000' -m -d '/home/deployer' -r deployer
useradd: UID 1000 is not unique

My suggestion would be to remove the uid line from the user resource.