aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/main_mirror
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-03-05 21:17:01 +0200
committerThomas Backlund <tmb@mageia.org>2016-03-05 21:17:01 +0200
commite76e21144295fabc64badfdc7da9ff5943595ea9 (patch)
treeaf0166b373fd6474244c5409d78cac3985b43e5c /deployment/main_mirror
parent6526d16276395667193eae7c2bf758f2c0c86a9e (diff)
downloadpuppet-e76e21144295fabc64badfdc7da9ff5943595ea9.tar
puppet-e76e21144295fabc64badfdc7da9ff5943595ea9.tar.gz
puppet-e76e21144295fabc64badfdc7da9ff5943595ea9.tar.bz2
puppet-e76e21144295fabc64badfdc7da9ff5943595ea9.tar.xz
puppet-e76e21144295fabc64badfdc7da9ff5943595ea9.zip
allow rsync access for sucuk
Diffstat (limited to 'deployment/main_mirror')
-rw-r--r--deployment/main_mirror/templates/rsyncd.conf4
1 files changed, 3 insertions, 1 deletions
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 %> \