diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-12-19 15:10:21 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-12-19 15:10:21 +0000 |
commit | 0f90fe818cbc237515256f669cfb54f079f97e5d (patch) | |
tree | bfbab54f714dbcfde7aeeec5f4a9706ba6942c32 /deployment/websites/manifests/init.pp | |
parent | b9ba3e4626ec49c48bf50ddbfd7a7f743252a56f (diff) | |
download | puppet-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/init.pp')
-rw-r--r-- | deployment/websites/manifests/init.pp | 6 |
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/", |