diff options
Diffstat (limited to 'deployment/main_mirror/templates/rsyncd.conf')
-rw-r--r-- | deployment/main_mirror/templates/rsyncd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/main_mirror/templates/rsyncd.conf b/deployment/main_mirror/templates/rsyncd.conf index b9186083..3d0f28a8 100644 --- a/deployment/main_mirror/templates/rsyncd.conf +++ b/deployment/main_mirror/templates/rsyncd.conf @@ -9,8 +9,8 @@ gid = nogroup hosts allow = \ 10.42.0.0/24 \ 2a02:2178:2:7::/64 \ - rabbit.<%= domain %> \ - sucuk.<%= domain %> \ + rabbit.<%= @domain %> \ + sucuk.<%= @domain %> \ distrib-coffee.ipsl.jussieu.fr \ ftp.proxad.net \ jobbot0.ibiblio.org \ @@ -27,4 +27,4 @@ gid = nogroup [git] path = /git comment = Mageia Git repos - hosts allow = sucuk.<%= domain %> + hosts allow = sucuk.<%= @domain %> |