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

Gitaly configuration uses keys #427

Open cdenneen opened 7 months ago

cdenneen commented 7 months ago

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 config does the same other than the Gitaly configuration so it might require larger update to the gitlab.rb.erb template.