diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/websites/manifests/start.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/websites/manifests/start.pp b/deployment/websites/manifests/start.pp index 08427089..e4c383ce 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 { "sart.$::domain": + apache::vhost_redirect { "start.$::domain": url => "http://www.mageia.org/community/", } } |