Can not add user to group
Created by: benlau
Hi all,
I am trying to install Gitlab (4-1 stable) on Ubuntu 12.04 via puppet (Follow the step of official installation guide). Basic function is working. It can login , create user , git push , git clone etc..
However, the group function is failed. I have tried to add few users to the group. A slide-in dialog will be shown and say : "Users was successfully added". But in fact is it not added to the group. Refresh the page do not help.
There are some error message prompted during gitlab:check. But I am afraid it is not related.
Repo base access is drwsrws---? ... no
Init script up-to-date? ... no
The log only show that sidekiq was dead for few times. Other thing should be fine.
Any suggested method to trace this kind of problem...?
The script (It can install gitlab through vagrant): https://github.com/benlau/junkcode/tree/master/puppet/precise-gitlab
Thanks~