aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/tld_redirections
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/tld_redirections
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/tld_redirections')
-rw-r--r--deployment/tld_redirections/manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/tld_redirections/manifests/init.pp b/deployment/tld_redirections/manifests/init.pp
index 9e63b707..9815367c 100644
--- a/deployment/tld_redirections/manifests/init.pp
+++ b/deployment/tld_redirections/manifests/init.pp
@@ -10,11 +10,11 @@ class tld_redirections {
}
apache::vhost_redirect { "mageia.${name}":
- url => "http://www.${::domain}/?fromtld=${name}"
+ url => "https://www.${::domain}/?fromtld=${name}"
}
apache::vhost_redirect { "www.mageia.${name}":
- url => "http://www.${::domain}/?fromtld=${name}"
+ url => "https://www.${::domain}/?fromtld=${name}"
}
}