From 8604be9f8c44ce3aab8034a70e33c9930a238ac9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 25 Nov 2017 10:11:14 +0100 Subject: [PATCH] dbscripts: Add temporary archive endpoint Signed-off-by: Florian Pritz --- roles/dbscripts/templates/rsyncd.conf.proto.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/dbscripts/templates/rsyncd.conf.proto.j2 b/roles/dbscripts/templates/rsyncd.conf.proto.j2 index d39c5b98..9d09d939 100644 --- a/roles/dbscripts/templates/rsyncd.conf.proto.j2 +++ b/roles/dbscripts/templates/rsyncd.conf.proto.j2 @@ -20,6 +20,11 @@ hosts allow = 127.0.0.1 # DENY THE REST hosts deny = * +[temp-archive] + path = /srv/archive + comment = temporary endpoint for the archive + hosts allow = 192.111.146.210 + # Just the release/stable iso/packages (for most mirrors) [ftp] path = /srv/ftp