From d2f48154be83d44b977f2d5828de341893496ba3 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 12 Feb 2018 15:32:54 +0100 Subject: [PATCH] ansible-inventories/paragon#2061 Prepare for GitLab 11.0 --- templates/gitlab.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/gitlab.rb b/templates/gitlab.rb index df82784..123d426 100644 --- a/templates/gitlab.rb +++ b/templates/gitlab.rb @@ -608,6 +608,8 @@ mattermost['gitlab_enable'] = true # mattermost['gitlab_token_endpoint'] = "http://gitlab.example.com/oauth/token" # mattermost['gitlab_user_api_endpoint'] = "http://gitlab.example.com/api/v3/user" mattermost['env'] = { + 'MM_DB2_SETTINGS_BACKUPCREATED' => 'true', + 'MM_DB2_SETTINGS_TEAMNAME' => 'paragon', 'MM_SERVICESETTINGS_ENABLEINCOMINGWEBHOOKS' => 'true', 'MM_SERVICESETTINGS_ENABLEPOSTUSERNAMEOVERRIDE' => 'true', 'MM_SERVICESETTINGS_ENABLEPOSTICONOVERRIDE' => 'true', -- GitLab