From 365d70d8ecc93b528a6085a2a37568bb6291109d Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 4 Sep 2018 22:52:09 +0259 Subject: deployment: switch to https:// --- deployment/tld_redirections/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/tld_redirections') 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}" } } -- cgit v1.2.1