aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/start.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/start.pp')
-rw-r--r--deployment/websites/manifests/start.pp2
1 files changed, 1 insertions, 1 deletions
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/",
}
}