aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-12-19 15:28:03 +0000
committerNicolas Vigier <boklm@mageia.org>2011-12-19 15:28:03 +0000
commit649a4d63ccc17df9416ceb62d034db1eadbd51df (patch)
treeba24fcafacfd2a0fd489a3df69273c31bb91d097 /deployment/websites
parent2898f5dfa3488790fee30b265485bf8fc9509ba0 (diff)
downloadpuppet-649a4d63ccc17df9416ceb62d034db1eadbd51df.tar
puppet-649a4d63ccc17df9416ceb62d034db1eadbd51df.tar.gz
puppet-649a4d63ccc17df9416ceb62d034db1eadbd51df.tar.bz2
puppet-649a4d63ccc17df9416ceb62d034db1eadbd51df.tar.xz
puppet-649a4d63ccc17df9416ceb62d034db1eadbd51df.zip
also redirect mageia.org
Diffstat (limited to 'deployment/websites')
-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 {