aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/websites/manifests/init.pp')
-rw-r--r--deployment/websites/manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp
index 01082c6b..d2119224 100644
--- a/deployment/websites/manifests/init.pp
+++ b/deployment/websites/manifests/init.pp
@@ -60,6 +60,9 @@ class websites {
apache::vhost_redirect { "www.$domain":
url => 'http://blog.mageia.org/en/2011/12/19/server-outage/#'
}
+ apache::vhost_redirect { "$domain":
+ url => 'http://blog.mageia.org/en/2011/12/19/server-outage/#'
+ }
}
class svn {