File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Attributes
77
77
- Gitlab support email, default ` gitlab-support@ + node.fqdn `
78
78
79
79
* ` gitlab['git_url'] `
80
- - Github gitlab address, default git ://github.com/gitlabhq/gitlabhq.git
80
+ - Github gitlab address, default https ://github.com/gitlabhq/gitlabhq.git
81
81
82
82
* ` gitlab['git_branch'] `
83
83
- Defaults to stable GitlabHQ branch matching the major version of this cookbook. e.g. 6.1.x => 6-1-stable
Original file line number Diff line number Diff line change 35
35
default [ 'gitlab' ] [ 'username_changing_enabled' ] = true
36
36
37
37
# Set github URL for gitlab
38
- default [ 'gitlab' ] [ 'git_url' ] = 'git ://github.com/gitlabhq/gitlabhq.git'
38
+ default [ 'gitlab' ] [ 'git_url' ] = 'https ://github.com/gitlabhq/gitlabhq.git'
39
39
default [ 'gitlab' ] [ 'git_branch' ] = '8-5-stable'
40
40
41
41
# gitlab-shell attributes
42
42
default [ 'gitlab' ] [ 'shell' ] [ 'home' ] = node [ 'gitlab' ] [ 'home' ] + '/gitlab-shell'
43
- default [ 'gitlab' ] [ 'shell' ] [ 'git_url' ] = 'git ://github.com/gitlabhq/gitlab-shell.git'
43
+ default [ 'gitlab' ] [ 'shell' ] [ 'git_url' ] = 'https ://github.com/gitlabhq/gitlab-shell.git'
44
44
default [ 'gitlab' ] [ 'shell' ] [ 'git_branch' ] = 'v2.6.10'
45
45
default [ 'gitlab' ] [ 'shell' ] [ 'gitlab_host' ] = nil
46
46
You can’t perform that action at this time.
0 commit comments