-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review gitlab.rb Template #103
Comments
|
doing some grep foo and looking at the diff from HEAD > omnibus 8.0 the following 2 groupings are not supported currently by this module: +# sentinel['bind'] = '0.0.0.0' |
|
best I can tell every other config directive is covered by the existing template. |
|
Thanks! It's not just adding parameters, but also removing deprecated parameters... Will hopefully work on this over the next weeks. |
|
Would these parameters fit in this category ? |
Yes =) See also #110 |
|
All the configuration options mentioned above should be supported now. I recently added the missing git_data_dirs (thanks to Corey Osman) and sidekiq_cluster options (19ff7e0). |
|
So it turns out that see: https://gitlab.com/gitlab-org/gitlab-ee/issues/4040#note_54368948 |
Gitlab has progressed a lot in the last months. The file templates/gitlab.rb.erb needs to be revised and aligned to the template found in Omnibus.
The text was updated successfully, but these errors were encountered: