ports_mirror: replace the vhost_listen string with an Array of IP addresses
[mirror/dsa-puppet.git] / hieradata / nodes / mirror-isc.debian.org.yaml
index dbc6b4e..f910a67 100644 (file)
@@ -3,9 +3,8 @@ classes:
   - roles::ports_mirror
   - roles::static_mirror_web
 
-roles::ports_mirror::vhost_listen: '149.20.4.15:80 [2001:4f8:1:c::15]:80'
+roles::ports_mirror::listen_addr: ['149.20.4.15', '2001:4f8:1:c::15']
 roles::ports_mirror::onion_service: true
-roles::ports_mirror::onion_addr: '149.20.4.15'
 
 roles::static_mirror_web::vhost_listen: '149.20.4.15:80 [2001:4f8:1:c::15]:80'
 roles::static_mirror_web::vhost_listen_443: '149.20.4.15:443 [2001:4f8:1:c::15]:443'