/[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 1804 - (show annotations) (download)
Mon Jul 4 22:20:29 2011 UTC (12 years, 9 months ago) by misc
File size: 433 byte(s)
add the french domain name
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
11 # domaine owned by Florin Catalin Russen
12 redirection { "ro": }
13
14 # domain owned by the association
15 redirection { "fr": }
16 }

  ViewVC Help
Powered by ViewVC 1.1.30