No TLSA for bits.d.o and lintian.d.o for a while
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 29 Jun 2016 19:45:53 +0000 (21:45 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 29 Jun 2016 19:46:46 +0000 (21:46 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
modules/roles/manifests/static_mirror.pp

index ced948f..b1c11ee 100644 (file)
@@ -74,8 +74,8 @@ class roles::static_mirror {
 
        ssl::service { 'dsa.debian.org'      : ensure => "ifstatic", notify => Service['apache2'], }
        ssl::service { 'www.debian.org'      : ensure => "ifstatic", notify => Service['apache2'], }
-       ssl::service { 'bits.debian.org'     : ensure => "ifstatic", notify => Service['apache2'], }
-       ssl::service { 'lintian.debian.org'  : ensure => "ifstatic", notify => Service['apache2'], }
+       ssl::service { 'bits.debian.org'     : ensure => "ifstatic", notify => Service['apache2'], tlsaport => [], }
+       ssl::service { 'lintian.debian.org'  : ensure => "ifstatic", notify => Service['apache2'], tlsaport => [], }
        ssl::service { 'rtc.debian.org'      : ensure => "ifstatic", notify => Service['apache2'], }
        ssl::service { 'd-i.debian.org'      : ensure => "ifstatic", notify => Service['apache2'], }