puppet-gitlab icon indicating copy to clipboard operation
puppet-gitlab copied to clipboard

Puppet module for manage GitLab installation

Results 23 puppet-gitlab issues
Sort by recently updated
recently updated
newest added

Greetings, I am a security researcher, who is looking for security smells in Puppet scripts. I noticed instances of empty passwords. Empty passwords increase the guessability of passwords. The Common...

better upgrade experience with puppet tested with: 6.9.x -> 7.12.x and 7.12.x -> 7.14.x Refs #47

Issues with 8-12 stable version: Debug: Exec[install gitlab](provider=posix): Executing 'bundle install -j1 --without development aws test postgres --deployment' Debug: Executing with uid=git: 'bundle install -j1 --without development aws test postgres...

It is currently not possible to set option gitlab_workhorse_options in /etc/default/gitlab When i use an external apache-Server instead of the local nginx server i have to overwrite the default settings....

On first run it errors with: Debug: /Stage[main]/Gitlab::Package/Vcsrepo[/home/git/gitlab]: The container Class[Gitlab::Package] will propagate my refresh event Notice: /Stage[main]/Gitlab::Package/Vcsrepo[/home/git/gitlab-shell]/ensure: Creating repository from present Debug: Executing with uid=git: 'git clone https://github.com/gitlabhq/gitlab-shell.git /home/git/gitlab-shell'...

Add example of LDAP authentication. Tested with succes in an production environment.

Setting `$git_proxy` in the users git config file does not work for people who are required to use vcsrepo via proxyserver. The problem relates due to how Puppet/vcsrepo resets environment...

Other features: - logrotate template to correctly handle logrotate config when not using default git_home - gitlab_uploads_folder to customize location of uploads - updated defaults and config files to match...

Proposing a better fix to the install rc file creation from #114, this is dependent on an upstream fix from rbenv (https://github.com/alup/puppet-rbenv/pull/121) that adds support for multiple RC files. Commit...