--- puppet/deployment/websites/manifests/start.pp 2012/06/13 11:00:00 2772 +++ puppet/deployment/websites/manifests/start.pp 2012/06/13 11:02:58 2773 @@ -1,6 +1,6 @@ class websites::start { include websites::base - apache::vhost_redirect { "sart.$::domain": + apache::vhost_redirect { "start.$::domain": url => "http://www.mageia.org/community/", } }