diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-09-23 11:29:19 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-09-23 11:29:19 +0100 |
commit | efcb5a0954b67c17a50e1005f16b2cde40734585 (patch) | |
tree | b687fbbe5df8569aa8191e1cae5ea73e37a49254 /deployment/main_mirror | |
parent | fb2e817a84aa48f5d6871734a4aab3249e96f07a (diff) | |
download | puppet-efcb5a0954b67c17a50e1005f16b2cde40734585.tar puppet-efcb5a0954b67c17a50e1005f16b2cde40734585.tar.gz puppet-efcb5a0954b67c17a50e1005f16b2cde40734585.tar.bz2 puppet-efcb5a0954b67c17a50e1005f16b2cde40734585.tar.xz puppet-efcb5a0954b67c17a50e1005f16b2cde40734585.zip |
Allow math.princeton.edu to sync from us
Diffstat (limited to 'deployment/main_mirror')
-rw-r--r-- | deployment/main_mirror/templates/rsyncd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deployment/main_mirror/templates/rsyncd.conf b/deployment/main_mirror/templates/rsyncd.conf index fe5e07ad..81f38865 100644 --- a/deployment/main_mirror/templates/rsyncd.conf +++ b/deployment/main_mirror/templates/rsyncd.conf @@ -44,7 +44,8 @@ gid = nogroup ftp.proxad.net \ ftp.free.fr \ 212.27.60.27 \ - 2a01:e0c:1:1598::1 + 2a01:e0c:1:1598::1 \ + mirror.math.princeton.edu [newrelease] path = /distrib/newrelease/ |