ports mirrors
[mirror/dsa-puppet.git] / modules / roles / manifests / static_mirror.pp
index 575ac41..bff5335 100644 (file)
@@ -33,13 +33,13 @@ class roles::static_mirror {
 
        $vhost_listen = $::hostname ? {
                klecker    => '130.89.148.14:80 [2001:610:1908:b000::148:14]:80',
-               mirror-isc => '149.20.20.20:80 [2001:4f8:8:36::1deb:20]:80',
+               mirror-isc => '149.20.20.22:80 [2001:4f8:8:36::1deb:22]:80',
                mirror-anu => '150.203.164.62:80 [2001:388:1034:2900::3e]:80',
                default    => '*:80',
        }
        $vhost_listen_443 = $::hostname ? {
                klecker    => '130.89.148.14:443 [2001:610:1908:b000::148:14]:443',
-               mirror-isc => '149.20.20.20:443 [2001:4f8:8:36::1deb:20]:443',
+               mirror-isc => '149.20.20.22:443 [2001:4f8:8:36::1deb:22]:443',
                mirror-anu => '150.203.164.62:443 [2001:388:1034:2900::3e]:443',
                default    => '*:443',
        }
@@ -80,6 +80,7 @@ class roles::static_mirror {
        ssl::service { 'appstream.debian.org': ensure => "ifstatic", notify => Service['apache2'], }
        ssl::service { 'd-i.debian.org'      : ensure => "ifstatic", notify => Service['apache2'], }
 
+       ssl::service { 'backports.debian.org'  : ensure => "ifstatic", notify => Service['apache2'], key => true, }
        ssl::service { 'news.debian.net'       : ensure => "ifstatic", notify => Service['apache2'], key => true, }
        ssl::service { 'debaday.debian.net'    : ensure => "ifstatic", notify => Service['apache2'], key => true, }
        ssl::service { 'timeline.debian.net'   : ensure => "ifstatic", notify => Service['apache2'], key => true, }