From 504903069e843fae69f6bfce66cc700ccd649dc8 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Mon, 24 Sep 2018 16:34:18 +0000 Subject: [PATCH] add iot.fpo here too Signed-off-by: Rick Elrod --- 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 17ab21b326..0d436f3dd6 100644 --- a/roles/rsyncd/files/rsyncd.conf.sundries-stg +++ b/roles/rsyncd/files/rsyncd.conf.sundries-stg @@ -166,6 +166,14 @@ gid = root read only = yes hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0 10.5.128.0/255.255.255.0 +[iot.fedoraproject.org] +comment = iot.fedoraproject.org +path = /srv/web/iot.fedoraproject.org +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 10.5.128.0/255.255.255.0 + [developer.fedoraproject.org] comment = developer.fedoraproject.org path = /srv/web/developer.fedoraproject.org