aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/git.pp
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2018-09-04 22:52:09 +0259
committerThomas Backlund <tmb@mageia.org>2018-09-04 22:52:09 +0259
commit365d70d8ecc93b528a6085a2a37568bb6291109d (patch)
tree12399b0308570efd91258fe8f7b66a05cbf99715 /deployment/websites/manifests/git.pp
parentccae161f5328c16afd5cd21477d705ef14b5aebd (diff)
downloadpuppet-365d70d8ecc93b528a6085a2a37568bb6291109d.tar
puppet-365d70d8ecc93b528a6085a2a37568bb6291109d.tar.gz
puppet-365d70d8ecc93b528a6085a2a37568bb6291109d.tar.bz2
puppet-365d70d8ecc93b528a6085a2a37568bb6291109d.tar.xz
puppet-365d70d8ecc93b528a6085a2a37568bb6291109d.zip
deployment: switch to https://
Diffstat (limited to 'deployment/websites/manifests/git.pp')
-rw-r--r--deployment/websites/manifests/git.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/git.pp b/deployment/websites/manifests/git.pp
index 8e7a0058..a71de33f 100644
--- a/deployment/websites/manifests/git.pp
+++ b/deployment/websites/manifests/git.pp
@@ -1,5 +1,5 @@
class websites::git {
apache::vhost_redirect { "git.${::domain}":
- url => "http://gitweb.${::domain}/",
+ url => "https://gitweb.${::domain}/",
}
}