voxpupuli / puppet-gitlab

Puppet module to manage Gitlab (Omnibus)
https://forge.puppet.com/puppet/gitlab/
BSD 3-Clause "New" or "Revised" License
74 stars 164 forks source link

gitlab.rb needs updating for deprecated geo options #398

Open liger1978 opened 2 years ago

liger1978 commented 2 years ago

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 reflect this. I will put in a PR.