puppet-gitlab
puppet-gitlab copied to clipboard
Puppet module for manage GitLab installation
I was looking for the option to change the default theme and I discovered there were quite a few options that weren't exposed so I went and found as many...
Currently it's not possible to override this setting: ``` ## User settings default_projects_limit: # default_can_create_group: false # default: true # default: true - User can change her username/namespace ```
I've begun testing this module across a couple of VMs. On setting up the second VM (with a bit of test data in the database), I've found that the database...
Hi there, OS: CentOS 7.1 Gitlab 7.13 Gitlab CI 7.13 I would note my found here. Gitlab CI would failed on starting the service. 1. Wrong file permission -rw-r--r-- 1...
It's not really a big problem, but for the perfection it would be nice to get this fixed. I installed gitlab on an empty server with Ubuntu 14.04, and the...
Currently the puppet-gitlab has a dependency on puppetlabs/git however if you use class { 'git': } before calling the puppet-gitlab module you will install git 1.7.1 (when using centos 6)...
Hi, I want to install GitLab with Apache, however the following resource breaks the installation if nginx is not present in the system. ``` # gitlab file { '/etc/nginx/conf.d/gitlab.conf': ensure...
We have had several talks about decoupling puppet-gitlab from GitLab's dependencies (#35, #87,#102) and have been slowly pulling them out as we find reasonable ways to do so. However, it...
@sbadia are you using this in a production environment at all or is your primary purpose for development using vagrant? It appears that the code is only for a fresh...
We don't manage Ruby and Nginx in this module, and we shouldn't manage Postfix, and not even git and curl. We should state up-front that these dependencies need to be...