From: Aurelien Jarno Date: Sun, 22 Sep 2019 21:56:48 +0000 (+0200) Subject: Drop roles::debian_mirror::listen_addr for mirror-accumu X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=59812388abf4638d6065ffda934d1866af902302;p=mirror%2Fdsa-puppet.git Drop roles::debian_mirror::listen_addr for mirror-accumu That way the ftp.debian.org vhost will listen on: < VirtualHost *:80 > and will not hide other vhosts. --- diff --git a/data/nodes/mirror-accumu.debian.org.yaml b/data/nodes/mirror-accumu.debian.org.yaml index 1cf2fa067..0b77f9840 100644 --- a/data/nodes/mirror-accumu.debian.org.yaml +++ b/data/nodes/mirror-accumu.debian.org.yaml @@ -6,7 +6,7 @@ classes: - roles::security_mirror roles::bgp::peers: ['2001:6b0:1e:2::1c6/128', '130.242.6.198/32'] -roles::debian_mirror::listen_addr: ['130.242.6.199', '2001:6b0:1e:2::1c7', '193.31.7.2', '2a02:158:ffff:deb::2'] +# roles::debian_mirror::listen_addr: ['130.242.6.199', '2001:6b0:1e:2::1c7', '193.31.7.2', '2a02:158:ffff:deb::2'] roles::debian_mirror::healthcheck_name: accumu.debian.backend.mirrors.debian.org roles::debug_mirror::onion_service: true roles::debug_mirror::healthcheck_name: accumu.debug.backend.mirrors.debian.org