GitHub puppet-gitlab
Puppet module to manage Gitlab (Omnibus)

Repo Checks ( 16 of 24 successfull )
Metadata Valid
No translation
passed
Correct Puppet Version Range
Supported Puppet version range is %{PUPPET_SUPPORT_RANGE}
passed
With Puppet Version Range
Puppet version range is present in requirements in metadata.json
passed
With Operatingsystem Support
No translation
passed
Operatingsystems
No translation
passed
Supports Only Current Redhat
No translation
passed
Supports Latest Redhat
No translation
passed
Supports Only Current Centos
No translation
passed
Supports Latest Centos
No translation
failed
Supports Only Current Oraclelinux
No translation
passed
Supports Latest Oraclelinux
No translation
failed
Supports Only Current Scientific
No translation
passed
Supports Latest Scientific
No translation
failed
Supports Only Current Debian
No translation
failed
Supports Latest Debian
No translation
failed
Supports Only Current Ubuntu
No translation
passed
Supports Latest Ubuntu
No translation
failed
In Modulesync Repo
Is listed as a module managed using modulesync_config
passed
Synced
Has a .msync.yml file
passed
Latest Modulesync
Has been synchronized with the latest tagged version of modulesync_config
failed
Has Modulesync
Is present in voxpupuli/modulesync_config/managed_modules.yml
passed
Released
Is in modulesync_config and in forge releases.
passed
Valid Sync File
If a (optional) sync file is present, it must not contain a `.travis.yml` entry.
failed
Reference Dot Md
The repository has a REFERENCE.md. It needs to be generated / puppet-strings documentation is missing.
passed

Open Pull Requests

Update gitlab.rb template with deprecated geo options

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 issues

398

Open PR in GitHub
Support for the praefect option
enhancement
tests-fail
merge-conflicts

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Replace this comment with a description of your pull request.
-->
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

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #123
Fixes #124
-->
Fixes partially #366

Open PR in GitHub
#212 fixing prometheus module
backwards-incompatible
merge-conflicts
needs-tests

<!--
Thank you for contributing to this project!

-->

Pull Request (PR) description

<!--
Fixing Prometheus Enable
-->

This Pull Request (PR) fixes the following issues

<!--
Replace this comment with the list of issues or n/a.
Use format:
Fixes #212
-->

Open PR in GitHub
Add option to disable output of config diff
enhancement

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 .epp so it supports the sensitive type would probably be cleaner, but I did not have success with it. So this PR add option to disable output of the diff for sensitive information

puppet
class example {
class { 'gitlab' :
[...]
config_show_diff => false,
}
}

I’ve included the option to also affect the file containing $pgbouncer_password, as it is sensitive information. Is it is already a epp template, it could support sensitive type, but as I did not convert to the sensitive type elsewhere, it seemed simpler this way.

Feel free to comment if I missed anything.

This Pull Request (PR) fixes the following issues

Fixes #363

Open PR in GitHub
modulesync 5.4.0
modulesync

modulesync 5.4.0

Open PR in GitHub
Update to support Praefect

Update to support Praefect configuration

Stolen from https://github.com/voxpupuli/puppet-gitlab/pull/372

Pull Request (PR) description

This PR takes the work done by @rudexi and provides a way to configure Praefect.

This Pull Request (PR) fixes the following issues

Fixes partially https://github.com/voxpupuli/puppet-gitlab/issues/366

Open PR in GitHub