Change default gitlab url to be https instead of http
This commit is contained in:
parent
1525bf5954
commit
184cf7e80e
@ -1,7 +1,7 @@
|
||||
class profile::gitlab {
|
||||
|
||||
class { 'gitlab':
|
||||
external_url => hiera( 'gms_server_url', "http://${::fqdn}") ,
|
||||
external_url => hiera( 'gms_server_url', "https://${::fqdn}") ,
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user