diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-07-11 12:55:22 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-07-11 12:55:22 +0000 |
commit | 528aa16420c3516c3072fcf3efad1b3d9ea33157 (patch) | |
tree | 54b8dfde4409c108b3078a72c5e244d95a4be4d3 /deployment/main_mirror/templates/rsyncd.conf | |
parent | 05aa2641aaf6b8f5de5bb8f42a7b50dd0056afa5 (diff) | |
download | puppet-528aa16420c3516c3072fcf3efad1b3d9ea33157.tar puppet-528aa16420c3516c3072fcf3efad1b3d9ea33157.tar.gz puppet-528aa16420c3516c3072fcf3efad1b3d9ea33157.tar.bz2 puppet-528aa16420c3516c3072fcf3efad1b3d9ea33157.tar.xz puppet-528aa16420c3516c3072fcf3efad1b3d9ea33157.zip |
allow access to rsync repository form arm1 and arm2
Diffstat (limited to 'deployment/main_mirror/templates/rsyncd.conf')
-rw-r--r-- | deployment/main_mirror/templates/rsyncd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/main_mirror/templates/rsyncd.conf b/deployment/main_mirror/templates/rsyncd.conf index a6a85aeb..5e5fdf41 100644 --- a/deployment/main_mirror/templates/rsyncd.conf +++ b/deployment/main_mirror/templates/rsyncd.conf @@ -9,6 +9,8 @@ gid = nogroup hosts allow = \ rabbit.<%= domain %> \ alamut.<%= domain %> \ + arm1.<%= domain %> \ + arm2.<%= domain %> \ distrib-coffee.ipsl.jussieu.fr \ distribipsl.aero.jussieu.fr \ ibiblio.org \ |