git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/gitlab.pp
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-08-17 15:45:22 -0700
committermail_redacted_for_web 2015-08-17 15:45:22 -0700
commit184cf7e80e1c1585e6365181e8b6528bcee32977 (patch)
treeaca42b1d2ed16196c527055ce26003fd4d9e38bb /site/profile/manifests/gitlab.pp
parent1525bf59548068834a897d54a1f84cee117676b8 (diff)
downloadcontrol-repo-template-184cf7e80e1c1585e6365181e8b6528bcee32977.tar.bz2
Change default gitlab url to be https instead of http
Diffstat (limited to 'site/profile/manifests/gitlab.pp')
-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}") ,
}
}