You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: