diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-05-30 15:02:56 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-05-30 15:02:56 +0000 |
commit | 651f29ed73cb740cbfc07117d09e1d7115742b36 (patch) | |
tree | 1ca3dba2e74d0026631a9b6b3780df3e28001e74 /deployment/main_mirror/templates | |
parent | 9c085d669120ddafad7158b00079d2012733387c (diff) | |
download | puppet-651f29ed73cb740cbfc07117d09e1d7115742b36.tar puppet-651f29ed73cb740cbfc07117d09e1d7115742b36.tar.gz puppet-651f29ed73cb740cbfc07117d09e1d7115742b36.tar.bz2 puppet-651f29ed73cb740cbfc07117d09e1d7115742b36.tar.xz puppet-651f29ed73cb740cbfc07117d09e1d7115742b36.zip |
add rsync module for new release directory
Diffstat (limited to 'deployment/main_mirror/templates')
-rw-r--r-- | deployment/main_mirror/templates/rsyncd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deployment/main_mirror/templates/rsyncd.conf b/deployment/main_mirror/templates/rsyncd.conf index 194abc2f..78cbe4ec 100644 --- a/deployment/main_mirror/templates/rsyncd.conf +++ b/deployment/main_mirror/templates/rsyncd.conf @@ -22,6 +22,12 @@ gid = nogroup 2801:82:80ff:8000::c \ 2801:82:80ff:8000::2 \ +[newrelease] + path = /distrib/newrelease/ + comment = Mageia Next Release + hosts allow = \ + rabbit.<%= domain %> \ + [bootstrap] path = /distrib/bootstrap/ comment = Mageia Bootstrap |