diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2011-03-29 17:04:07 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2011-03-29 17:04:07 +0000 |
commit | bc0f76e075b58308ff14e7d9638acfae3a2d59b7 (patch) | |
tree | c8be7f89dd45cb76888ae929d23fb007b49becf5 /modules | |
parent | 8a7f848c5d6bccc046ee763edc1d0cf0000de4d1 (diff) | |
download | puppet-bc0f76e075b58308ff14e7d9638acfae3a2d59b7.tar puppet-bc0f76e075b58308ff14e7d9638acfae3a2d59b7.tar.gz puppet-bc0f76e075b58308ff14e7d9638acfae3a2d59b7.tar.bz2 puppet-bc0f76e075b58308ff14e7d9638acfae3a2d59b7.tar.xz puppet-bc0f76e075b58308ff14e7d9638acfae3a2d59b7.zip |
- autorize alamut to access to rsync to perform mirror checks
Diffstat (limited to 'modules')
-rw-r--r-- | modules/rsyncd/templates/rsyncd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/rsyncd/templates/rsyncd.conf b/modules/rsyncd/templates/rsyncd.conf index 6978b779..7559d300 100644 --- a/modules/rsyncd/templates/rsyncd.conf +++ b/modules/rsyncd/templates/rsyncd.conf @@ -1,13 +1,14 @@ # $Id$ uid = nobody -gid = nogroup +gid = nogroup [mageia] path = /distrib/mirror/ comment = Mageia Mirror Tree hosts allow = \ rabbit.<%= domain %> \ + alamut.<%= domain %> \ distrib-coffee.ipsl.jussieu.fr \ distribipsl.aero.jussieu.fr \ ibiblio.org \ |