Commit 3e4c76cd authored by iv's avatar iv

gitlab: Slapos'ify gitlab config updates

parent b6022ed7
......@@ -315,7 +315,7 @@ md5sum = a9cb347f60aad3465932fd36cd4fe25d
[gitlab.yml.in]
<= download-template
md5sum = 176939a6428a7aca4767a36421b0af2b
md5sum = 9cdae35b959717cdef41cd4c57ccaeb9
[instance-gitlab.cfg.in]
<= download-file
......@@ -335,7 +335,7 @@ md5sum = a11b50d2ff2b1fa842ba4aa20041e2fe
[nginx.conf.in]
<= download-template
md5sum = 1374f38ab6f295b850d45ea0019ec05d
md5sum = 66450929126921a8d757725020b7241f
[rack_attack.rb.in]
<= download-template
......@@ -347,7 +347,7 @@ md5sum = 7c89a730889e3224548d9abe51a2d719
[smtp_settings.rb.in]
<= download-template
md5sum = c67ea492e17f774d0e18f1217338a55f
md5sum = 343c3f0c529b210ee773d3516124a505
[unicorn.rb.in]
<= download-template
......
......@@ -2,7 +2,7 @@
# see:
# https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/gitlab.yml.example
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb
# (last updated for omnibus-gitlab 8.8.9+ce.0-g25376053)
# (last updated for omnibus-gitlab 8-9-stable 5eb2711e)
{% from 'macrolib.cfg.in' import cfg, cfg_https, external_url with context %}
......
......@@ -2,7 +2,7 @@
# see:
# https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/support/nginx/gitlab-ssl
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/nginx.conf.erb
# (last updated for omnibus-gitlab 8.8.9+ce.0-g25376053)
# (last updated for omnibus-gitlab 8-9-stable 5eb2711e)
{% from 'macrolib.cfg.in' import cfg with context %}
......@@ -27,7 +27,7 @@ http {
log_format gitlab_mattermost_access '<%= @gitlab_mattermost_access_log_format %>';
#}
server_names_hash_bucket_size <%= @server_names_hash_bucket_size %>;
server_names_hash_bucket_size {{ cfg('server_names_hash_bucket_size') }};
sendfile {{ cfg('nginx_sendfile') }};
tcp_nopush {{ cfg('nginx_tcp_nopush') }};
......
......@@ -2,7 +2,7 @@
# see:
# https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/initializers/smtp_settings.rb.sample
# https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-cookbooks/gitlab/templates/default/smtp_settings.rb.erb
# (last updated for omnibus-gitlab 8.8.9+ce.0-g25376053)
# (last updated for omnibus-gitlab 8-9-stable 5eb2711e)
{% from 'macrolib.cfg.in' import cfg, cfg_bool with context %}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment