From a00dffea3b8b5de1f6a31f9feeda63d48015d8e6 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Fri, 30 Jun 2017 15:10:51 +0000 Subject: [PATCH] add registry UI to sundries rsyncd conf Signed-off-by: Adam Miller --- roles/rsyncd/files/rsyncd.conf.sundries-stg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/rsyncd/files/rsyncd.conf.sundries-stg b/roles/rsyncd/files/rsyncd.conf.sundries-stg index 032ef2db36..7bce112f0b 100644 --- a/roles/rsyncd/files/rsyncd.conf.sundries-stg +++ b/roles/rsyncd/files/rsyncd.conf.sundries-stg @@ -189,3 +189,11 @@ uid = root gid = root read only = yes hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 + +[registry-index] +comment = registry-index +path = /var/lib/reg-server/static/ +uid = root +gid = root +read only = yes +hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0