git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile
diff options
context:
space:
mode:
Diffstat (limited to 'site/profile')
-rw-r--r--site/profile/manifests/gitlab.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/profile/manifests/gitlab.pp b/site/profile/manifests/gitlab.pp
index 720ee7f..e8cc2fd 100644
--- a/site/profile/manifests/gitlab.pp
+++ b/site/profile/manifests/gitlab.pp
@@ -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}") ,
}
}