diff options
-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": } } |