From 40bb9ffbc9bf0b6c9417c6198eae3a2dfaa530d8 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 13 Jun 2012 11:00:00 +0000 Subject: redirect http://start.mageia.org/ to http://www.mageia.org/community/ (#6027) --- deployment/websites/manifests/start.pp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 deployment/websites/manifests/start.pp (limited to 'deployment') diff --git a/deployment/websites/manifests/start.pp b/deployment/websites/manifests/start.pp new file mode 100644 index 00000000..08427089 --- /dev/null +++ b/deployment/websites/manifests/start.pp @@ -0,0 +1,6 @@ +class websites::start { + include websites::base + apache::vhost_redirect { "sart.$::domain": + url => "http://www.mageia.org/community/", + } +} -- cgit v1.2.1