sbadia/puppet-gitlab

Add the port on /templates/gitlab-shell.config.yml

Closed this issue · 4 comments

-gitlab_url: "<%= @gitlab_ssl ? 'https' : 'http' %>://<%= @gitlab_domain %><%= @gitlab_relative_url_root ? @gitlab_relative_url_root : '/' %>"
+gitlab_url: "<%= @gitlab_ssl ? 'https' : 'http' %>://<%= @gitlab_domain %>:<%= @gitlab_ssl ? @gitlab_ssl_port : @gitlab_http_port %><%= @gitlab_relative_url_root ? @gitlab_relative_url_root : '/' %>"

🎱

wy not make that a pr?

@igalic i'm sorry i was in a rush and wanted to let you all know there was the bug.

👍

managed by Dan in the pr #169

fixed by #169, thanks!