From c61daf65b58b943994d1f21e52deee9a9ce04827 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Tue, 20 Oct 2015 17:51:42 +0300 Subject: use consistent domain references --- 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 6743f11b..9e63b707 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.mageia.org/?fromtld=${name}" + url => "http://www.${::domain}/?fromtld=${name}" } apache::vhost_redirect { "www.mageia.${name}": - url => "http://www.mageia.org/?fromtld=${name}" + url => "http://www.${::domain}/?fromtld=${name}" } } -- cgit v1.2.1