From: Aurelien Jarno Date: Wed, 29 Jun 2016 19:45:53 +0000 (+0200) Subject: No TLSA for bits.d.o and lintian.d.o for a while X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=783905ddbe449e60e3b96f6442356ec41018c660;p=mirror%2Fdsa-puppet.git No TLSA for bits.d.o and lintian.d.o for a while Signed-off-by: Aurelien Jarno --- diff --git a/modules/roles/manifests/static_mirror.pp b/modules/roles/manifests/static_mirror.pp index ced948fb0..b1c11eeba 100644 --- a/modules/roles/manifests/static_mirror.pp +++ b/modules/roles/manifests/static_mirror.pp @@ -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'], }