puppet-gitlab
puppet-gitlab copied to clipboard
Puppet module to manage Gitlab (Omnibus)
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet:4.10 - Ruby: as per puppet - Distribution: CentOS 7 - Module version:latest (commit 04b2d3e2893b19513ad060cb69823528094eedd3) ## How to reproduce (e.g Puppet...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10 - Ruby: - Distribution: RedHat 7.2 - Module version: 3.0.2 ## How to reproduce (e.g Puppet code you use)...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: puppetserver-5.3.3 . puppet-agent-5.5.10 - Ruby: as per puppet - Distribution: CentOS - Module version: mod 'puppet-gitlab', '3.0.2' ## How to...
Looking at #239 and its related PR #251 - Those added the 'SKIP_POST_DEPLOYMENT_MIGRATIONS=true' environment variable. However, looking at the documentation, it suggests that it's still necessary to run the migrations,...
It would be nice if implementors could customize the execution attributes of the `gitlab-ctl reconfigure` command to optimize performance of their puppet runs. For example, if a sysadmin knows the...
The parameter for `prometheus_monitoring_enable` should be just `prometheus_monitoring`. Reasons include: - consistency in usage and admin expectations - it's not just a simple true/false scenario, due to implicit defaults for...
#### Pull Request (PR) description I configure my authentication through `azure_activedirectory_v2`, and I don’t want my `client_secret` to be displayed in clear in the puppet logs. Converting the `gitlab.rb.erb` to...
As documented the Gitaly configuration uses `key: 'value'` syntax now and no longer works with `key => 'value'` syntax. This module needs to account for that. I believe more of...
The `store_git_keys_in_db` parameter appears to be inconsistent with gitlab version 14+ as described in the setup instructions here: https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.html If this parameter is set to `true`, a file is created...
I don't see any option to include a proxy server in package repositories. My servers live in a zero-trust environment and outgoing package downloads can't be done via direct connection....