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

Puppet module to manage Gitlab (Omnibus)

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

The following [bug](https://gitlab.com/gitlab-org/gitlab/-/issues/23133) in Gitlab has not been fixed for some time. Using an underscore in the name of the LDAP server causes the LDAP login screen to fail. Since...

Hi, Would creating Projects be something that this module would look to cover as well?

question

I am considering adding custom types and providers to manage gitlab internal configs. What is the best way to interact from a custom type/provider with gitlab? At the moment I...

enhancement
needs-feedback

#### Pull Request (PR) description `geo_primary_role['enable']` and `geo_secondary_role['enable']` are deprecated in favour of roles: https://docs.gitlab.com/omnibus/roles/README.html#roles This PR updates the `erb` template accordingly. #### This Pull Request (PR) fixes the following...

`geo_primary_role['enable']` and `geo_secondary_role['enable']` are deprecated in favour of roles: https://docs.gitlab.com/omnibus/roles/README.html#roles The vendor has told us to remove them from our `gitlab.rb` file. The `erb` template needs to be updated to...

#### Pull Request (PR) description Support for the `praefect` option in gitlab omnibus configuration. Reference: https://docs.gitlab.com/ee/administration/gitaly/praefect.html#praefect #### This Pull Request (PR) fixes the following issues Fixes partially #366

enhancement
tests-fail
merge-conflicts

modulesync 5.1.0

modulesync

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.17.0 - Ruby: ruby 2.5.8p224 - Distribution: Ubuntu 18.04 / 20.04 - Module version: 7.1.0 ## How to reproduce (e.g...

when i disable the cron job with `backup_cron_enable => false` in the main class, the `cron` resource doesn't get purged. it seems to me this should be fixed... maybe with:...

Would it be possible to add to the documentation examples for enabling/configuring backups? Thanks! :)

beginner-friendly