and we are flailing, flailing.

This commit is contained in:
Stephen Smoogen 2017-06-26 18:47:51 +00:00
parent 44765a2440
commit c60f62852c

View file

@ -20,77 +20,77 @@ refuse options = checksum
[ fedora-alt ] [ fedora-alt ]
comment = non-Fedora Alternative Content comment = non-Fedora Alternative Content
path = /srv/pub/alt path = /srv/pub/alt
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
[fedora-archive] [fedora-archive]
comment = Fedora Release Archives comment = Fedora Release Archives
path = /srv/pub/archive path = /srv/pub/archive
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
[ fedora-enchilada ] [ fedora-enchilada ]
comment = Fedora - The whole enchilada comment = Fedora - The whole enchilada
path = /srv/pub/fedora path = /srv/pub/fedora
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
[ fedora-buffet ] [ fedora-buffet ]
comment = Fedora - The whole buffet. All you can eat. comment = Fedora - The whole buffet. All you can eat.
path = /srv/pub path = /srv/pub
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
[ fedora-epel ] [ fedora-epel ]
comment = Extra Packages for Enterprise Linux comment = Extra Packages for Enterprise Linux
path = /srv/pub/epel path = /srv/pub/epel
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
[ fedora-linux-releases ] [ fedora-linux-releases ]
comment = Fedora Linux Releases comment = Fedora Linux Releases
path = /srv/pub/fedora/linux/releases path = /srv/pub/fedora/linux/releases
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
[ fedora-linux-development ] [ fedora-linux-development ]
comment = Fedora Linux Development comment = Fedora Linux Development
path = /srv/pub/fedora/linux/development path = /srv/pub/fedora/linux/development
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
[ fedora-linux-updates ] [ fedora-linux-updates ]
comment = Fedora Linux Updates comment = Fedora Linux Updates
path = /srv/pub/fedora/linux/updates path = /srv/pub/fedora/linux/updates
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
[fedora-secondary] [fedora-secondary]
comment = Fedora Secondary Archs comment = Fedora Secondary Archs
path = /srv/pub/fedora-secondary path = /srv/pub/fedora-secondary
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
[ fedora-stage ] [ fedora-stage ]
comment = Staging directory comment = Staging directory
path = /srv/pub/alt/stage/ path = /srv/pub/alt/stage/
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
[ fedora-live-respins ] [ fedora-live-respins ]
comment = Fedora Live Respins comment = Fedora Live Respins
path = /srv/pub/alt/live-respins path = /srv/pub/alt/live-respins
{% if host in groups['download_tier1'] %} {% if inventory_hostname in groups['download_tier1'] %}
hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %} hosts allow = {% for host in vars['dl_tier1'] %}{{host}},{% endfor %}
{% endif %} {% endif %}
## ##