aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/tld_redirections
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-07-04 22:20:26 +0000
committerMichael Scherer <misc@mageia.org>2011-07-04 22:20:26 +0000
commit5f393c104905248f9fb6500a9a433f68b344b0e5 (patch)
tree210928e032aad9ae59813187f9dc87d3aa1d2a5e /deployment/tld_redirections
parent74e54fcc0d2e9d9ef70c084e00df6f5f9b39fbfd (diff)
downloadpuppet-5f393c104905248f9fb6500a9a433f68b344b0e5.tar
puppet-5f393c104905248f9fb6500a9a433f68b344b0e5.tar.gz
puppet-5f393c104905248f9fb6500a9a433f68b344b0e5.tar.bz2
puppet-5f393c104905248f9fb6500a9a433f68b344b0e5.tar.xz
puppet-5f393c104905248f9fb6500a9a433f68b344b0e5.zip
add redirection for .ro
Diffstat (limited to 'deployment/tld_redirections')
-rw-r--r--deployment/tld_redirections/manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/tld_redirections/manifests/init.pp b/deployment/tld_redirections/manifests/init.pp
index 15020cf4..f1808eb1 100644
--- a/deployment/tld_redirections/manifests/init.pp
+++ b/deployment/tld_redirections/manifests/init.pp
@@ -7,4 +7,7 @@ class tld_redirections {
url => "http://www.mageia.org/?fromtld=$name"
}
}
+
+ # domaine owned by Florin Catalin Russen
+ redirection { "ro": }
}