sbadia/puppet-gitlab

Allow setting 'gitlab_workhorse_options'

Opened this issue · 2 comments

It is currently not possible to set option gitlab_workhorse_options in /etc/default/gitlab

When i use an external apache-Server instead of the local nginx server i have to overwrite the default settings.
Can you add something like that in gitlab.default.erb?
gitlab_workhorse_options="<%= @gitlab_workhorse_options %>"

Does this module allow a gitlab-workhorse to be installed? I did not see this get installed or parameters that may allow it to be installed.

Oh, okay - Yes, I remember, Iinstalled it by myself additionally. But the configuration has to be in the gitlab.default.erb which is not possible right now. Maybe workhorse is going to be added to this gitlab-module?