/[adm]/puppet/deployment/tld_redirections/manifests/init.pp
ViewVC logotype

Contents of /puppet/deployment/tld_redirections/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1801 - (show annotations) (download)
Mon Jul 4 22:20:25 2011 UTC (12 years, 9 months ago) by misc
File size: 296 byte(s)
add a module for tld redirection ( see https://bugs.mageia.org/show_bug.cgi?id=1964 )
1 class tld_redirections {
2 define redirection {
3 apache::vhost_redirect { "mageia.$name":
4 url => "http://www.mageia.org/?fromtld=$name"
5 }
6 apache::vhost_redirect { "www.mageia.$name":
7 url => "http://www.mageia.org/?fromtld=$name"
8 }
9 }
10 }

  ViewVC Help
Powered by ViewVC 1.1.30