ports_mirror: replace the vhost_listen string with an Array of IP addresses
[mirror/dsa-puppet.git] / hieradata / nodes / klecker.debian.org.yaml
index 57f87f3..288c2d9 100644 (file)
@@ -3,9 +3,8 @@ classes:
   - roles::ports_mirror
   - roles::static_mirror_web
 
-roles::ports_mirror::vhost_listen: '130.89.148.14:80 [2001:67c:2564:a119::148:14]:80'
+roles::ports_mirror::listen_addr: ['130.89.148.14', '2001:67c:2564:a119::148:14']
 roles::ports_mirror::onion_service: true
-roles::ports_mirror::onion_addr: '130.89.148.14'
 
 roles::static_mirror_web::vhost_listen: '130.89.148.14:80 [2001:67c:2564:a119::148:14]:80'
 roles::static_mirror_web::vhost_listen_443: '130.89.148.14:443 [2001:67c:2564:a119::148:14]:443'