As debian.mirrors.d.o gets checked by the health checker, explicitly listen on localhost
[mirror/dsa-puppet.git] / modules / roles / manifests / debian_mirror.pp
index de9e624..7cf7254 100644 (file)
@@ -5,7 +5,7 @@ class roles::debian_mirror {
   $archive_root = "${mirror_basedir_prefix}debian"
   $listen_addresses = hiera('roles.debian_mirror')
     .dig($::fqdn, 'listen-addresses')
-    .then |$a| { $a + [ '127.0.0.1:80', '[::1]:80' ] }
+    .then |$a| { $a }
     .lest || { ['*:80'] }
 
   $vhost_listen = join([