diff options
| author | Stephen Smoogen <smooge@redhat.com> | 2017-09-18 19:41:28 +0000 |
|---|---|---|
| committer | Stephen Smoogen <smooge@redhat.com> | 2017-09-18 19:41:28 +0000 |
| commit | 3d951473dd07e32ba40265ce734502817c30435d (patch) | |
| tree | 8a47c5beedec4a234faaf4792efcf0d11f144408 /roles | |
| parent | 216528c55ec49c14aa7cf9d10336283d0074e487 (diff) | |
| download | ansible-3d951473dd07e32ba40265ce734502817c30435d.tar.gz ansible-3d951473dd07e32ba40265ce734502817c30435d.tar.xz ansible-3d951473dd07e32ba40265ce734502817c30435d.zip | |
and we need to fix this
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/rsyncd/templates/rsyncd.conf.download.j2 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/rsyncd/templates/rsyncd.conf.download.j2 b/roles/rsyncd/templates/rsyncd.conf.download.j2 index c488b9ede..9a7b0fcd9 100644 --- a/roles/rsyncd/templates/rsyncd.conf.download.j2 +++ b/roles/rsyncd/templates/rsyncd.conf.download.j2 @@ -141,6 +141,13 @@ refuse options = checksum gid = 263 hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} +[fedora-secondary0] + comment = Fedora Secondary Archs + path = /srv/pub/fedora-secondary + list = no + uid = nobody + gid = 263 + hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} [fedora-compose0] comment = Fedora composes |
