diff --git a/roles/rsyncd/templates/rsyncd.conf.download.j2 b/roles/rsyncd/templates/rsyncd.conf.download.j2 index 99a83e1108..f13f9a39c4 100644 --- a/roles/rsyncd/templates/rsyncd.conf.download.j2 +++ b/roles/rsyncd/templates/rsyncd.conf.download.j2 @@ -149,6 +149,16 @@ refuse options = checksum gid = 263 hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} +{% if datacenter == 'phx2' %} +[fedora-compose0] + comment = Fedora composes + path = /mnt/koji/compose + list = no + uid = nobody + gid = nobody + hosts allow = 10.0.0.0/8 +{% endif %} + # For distributing applications [log] comment = Server Logs