From 814d434eb7e7d8a89dac98b1a60afc10a6980617 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 19 Oct 2015 20:16:53 +0300 Subject: lint fixes for websites --- deployment/websites/manifests/start.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/websites/manifests/start.pp') diff --git a/deployment/websites/manifests/start.pp b/deployment/websites/manifests/start.pp index e4c383ce..d73b4f9c 100644 --- a/deployment/websites/manifests/start.pp +++ b/deployment/websites/manifests/start.pp @@ -1,6 +1,6 @@ class websites::start { include websites::base apache::vhost_redirect { "start.$::domain": - url => "http://www.mageia.org/community/", + url => "http://www.$::domain/community/", } } -- cgit v1.2.1