allow interna to rsync beta
This commit is contained in:
parent
c80f5071c2
commit
6bd3839029
1 changed files with 10 additions and 0 deletions
|
@ -149,6 +149,16 @@ refuse options = checksum
|
||||||
gid = 263
|
gid = 263
|
||||||
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
|
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
|
# For distributing applications
|
||||||
[log]
|
[log]
|
||||||
comment = Server Logs
|
comment = Server Logs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue