From e76e21144295fabc64badfdc7da9ff5943595ea9 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 5 Mar 2016 21:17:01 +0200 Subject: allow rsync access for sucuk --- deployment/main_mirror/templates/rsyncd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'deployment/main_mirror') diff --git a/deployment/main_mirror/templates/rsyncd.conf b/deployment/main_mirror/templates/rsyncd.conf index 21bc1045..b22c475a 100644 --- a/deployment/main_mirror/templates/rsyncd.conf +++ b/deployment/main_mirror/templates/rsyncd.conf @@ -10,6 +10,7 @@ gid = nogroup 10.42.0.0/24 \ rabbit.<%= domain %> \ alamut.<%= domain %> \ + sucuk.<%= domain %> \ arm1.<%= domain %> \ arm2.<%= domain %> \ distrib-coffee.ipsl.jussieu.fr \ @@ -58,4 +59,5 @@ gid = nogroup [git] path = /git comment = Mageia Git repos - hosts allow = alamut.mageia.org + hosts allow = alamut.<%= domain %> \ + sucuk.<%= domain %> \ -- cgit v1.2.1