Skip to content
Snippets Groups Projects
Commit 962b1846 authored by Matthieu Vachon's avatar Matthieu Vachon
Browse files

Removed usage of support_email everywhere

 * This settings has been removed from gitlab and gitlab cookbook and it's
   a follow-up from foodcritic fixes.
parent c6b4060a
No related branches found
No related tags found
1 merge request!109Fix foodcritic
Loading
Loading
@@ -66,7 +66,6 @@ end
default['gitlab']['git_path'] = "/usr/local/bin/git"
default['gitlab']['host'] = "localhost"
default['gitlab']['email_from'] = "gitlab@localhost"
default['gitlab']['support_email'] = "support@localhost"
 
default['gitlab']['max_size'] = "20971520" # 20.megabytes
default['gitlab']['git_timeout'] = 10
Loading
Loading
Loading
Loading
@@ -3,7 +3,6 @@
"host": "example.com",
"url": "http://example.com/",
"email_from": "gitlab@example.com",
"support_email": "support@example.com",
"database_adapter": "postgresql",
"database_password": "database password used by the GitLab application",
"repository": "clone URL for e.g. GitLab Enterprise Edition; omit this line to use Community Edition",
Loading
Loading
Loading
Loading
@@ -20,7 +20,6 @@ describe "gitlab::install" do
port: '80',
user: 'git',
email_from: 'gitlab@localhost',
support_email: 'support@localhost',
max_size: '20971520',
git_timeout: 10,
satellites_path: '/home/git/gitlab-satellites',
Loading
Loading
@@ -456,7 +455,6 @@ describe "gitlab::install" do
port: '80',
user: 'git',
email_from: 'gitlab@localhost',
support_email: 'support@localhost',
max_size: '20971520',
git_timeout: 10,
satellites_path: '/home/git/gitlab-satellites',
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment