aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-12-19 15:10:21 +0000
committerNicolas Vigier <boklm@mageia.org>2011-12-19 15:10:21 +0000
commit0f90fe818cbc237515256f669cfb54f079f97e5d (patch)
treebfbab54f714dbcfde7aeeec5f4a9706ba6942c32 /deployment/websites/manifests
parentb9ba3e4626ec49c48bf50ddbfd7a7f743252a56f (diff)
downloadpuppet-0f90fe818cbc237515256f669cfb54f079f97e5d.tar
puppet-0f90fe818cbc237515256f669cfb54f079f97e5d.tar.gz
puppet-0f90fe818cbc237515256f669cfb54f079f97e5d.tar.bz2
puppet-0f90fe818cbc237515256f669cfb54f079f97e5d.tar.xz
puppet-0f90fe818cbc237515256f669cfb54f079f97e5d.zip
add temporary redirect of www.mageia.org to blog post
Diffstat (limited to 'deployment/websites/manifests')
-rw-r--r--deployment/websites/manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/websites/manifests/init.pp b/deployment/websites/manifests/init.pp
index d62aef56..01082c6b 100644
--- a/deployment/websites/manifests/init.pp
+++ b/deployment/websites/manifests/init.pp
@@ -56,6 +56,12 @@ class websites {
}
}
+ class www_outage {
+ apache::vhost_redirect { "www.$domain":
+ url => 'http://blog.mageia.org/en/2011/12/19/server-outage/#'
+ }
+ }
+
class svn {
apache::vhost_redirect { "svn.$domain":
url => "http://svnweb.$domain/",