Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Fresh install gives err: /Stage[main]/Parrot_php/User[host_user]/ensure: change from absent to present failed: Could not create user host_user: Execution of '/usr/sbin/useradd -u 1000 -g 1000 host_user' returned 4: useradd: UID 1000 is not unique #76

Open
finnlewis opened this issue Oct 30, 2014 · 1 comment

Comments

@finnlewis
Copy link
Contributor

This looks to be related to the PHP-FPM additions, trying to create a new user, but UID already exists.
Setting this to another UID in the config.yml seems to resolve this, but perhaps we need non-conflicting defaults - any ideas?

@darthsteven
Copy link
Member

Yeah, sorry!

Hmmm....that should probably just not try and create the user if they already exist tbh.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants