Install breaks when wildcard repos are enabled
Created by: bsx
If wildcard repos are enabled in gitolite (as described in http://sitaramc.github.com/gitolite/g2/wild.html) the setup breaks with "C is not in the allowed list of permissions!" in log/githost.log.
This is the same issue as https://github.com/wingrunr21/gitolite/issues/15. Since you forked wingrunr21/gitolite into gitlabhq/gitolite-client you would simply need to merge https://github.com/wingrunr21/gitolite/commit/cb100415e7 to fix this issue.
I applied it manually in my local install to fix this problem temporarily.