diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-07-15 20:00:18 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-07-15 20:00:18 +0000 |
commit | 96490442039e755548ae4643fccc408f490df0b9 (patch) | |
tree | 20f41d1abf5d8665ac2fe93b24a7d779ad4a2ee1 /deployment/main_mirror/templates/rsyncd.conf | |
parent | 1b47d3342b8fc66cbe630b7627c963ba7b757804 (diff) | |
download | puppet-96490442039e755548ae4643fccc408f490df0b9.tar puppet-96490442039e755548ae4643fccc408f490df0b9.tar.gz puppet-96490442039e755548ae4643fccc408f490df0b9.tar.bz2 puppet-96490442039e755548ae4643fccc408f490df0b9.tar.xz puppet-96490442039e755548ae4643fccc408f490df0b9.zip |
main_mirror: share /git on rsync
As a temporary solution to mirror git repos on alamut
Diffstat (limited to 'deployment/main_mirror/templates/rsyncd.conf')
-rw-r--r-- | deployment/main_mirror/templates/rsyncd.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deployment/main_mirror/templates/rsyncd.conf b/deployment/main_mirror/templates/rsyncd.conf index 260f3786..24715b69 100644 --- a/deployment/main_mirror/templates/rsyncd.conf +++ b/deployment/main_mirror/templates/rsyncd.conf @@ -51,3 +51,8 @@ gid = nogroup distrib-coffee.ipsl.jussieu.fr \ distribipsl.aero.jussieu.fr \ +[git] + path = /git + comment = Mageia Git repos + host allow = alamut.mageia.org + |