diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-04 22:20:29 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-04 22:20:29 +0000 |
commit | d9c0a375a0977b427a64d1d946273b3053a20967 (patch) | |
tree | 5f5f36d27936e925dffde946553a0e6f3e89d77f /deployment/tld_redirections | |
parent | e936a3401fe38d31c4b24562299135a2e846744a (diff) | |
download | puppet-d9c0a375a0977b427a64d1d946273b3053a20967.tar puppet-d9c0a375a0977b427a64d1d946273b3053a20967.tar.gz puppet-d9c0a375a0977b427a64d1d946273b3053a20967.tar.bz2 puppet-d9c0a375a0977b427a64d1d946273b3053a20967.tar.xz puppet-d9c0a375a0977b427a64d1d946273b3053a20967.zip |
add the french domain name
Diffstat (limited to 'deployment/tld_redirections')
-rw-r--r-- | deployment/tld_redirections/manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deployment/tld_redirections/manifests/init.pp b/deployment/tld_redirections/manifests/init.pp index f1808eb1..b44e8bfd 100644 --- a/deployment/tld_redirections/manifests/init.pp +++ b/deployment/tld_redirections/manifests/init.pp @@ -10,4 +10,7 @@ class tld_redirections { # domaine owned by Florin Catalin Russen redirection { "ro": } + + # domain owned by the association + redirection { "fr": } } |