Move planet, bits and network-test also from bizet since the sources are all in europe
[mirror/dsa-puppet.git] / modules / roles / manifests / rtc.pp
index 7543670..4a9a303 100644 (file)
@@ -1,11 +1,19 @@
 class roles::rtc {
 
        ssl::service { 'www.debian.org':
+               tlsaport => 0,
        }
 
        ssl::service { 'sip-ws.debian.org':
        }
 
+       dnsextras::tlsa_record{ 'tlsa-xmpp':
+               zone     => 'debian.org',
+               certfile => "/etc/puppet/modules/ssl/files/servicecerts/www.debian.org.crt",
+               port     => [5061, 5222, 5269],
+               hostname => $::fqdn,
+       }
+
        @ferm::rule { 'dsa-xmpp-client-ip4':
                domain      => 'ip',
                description => 'XMPP connections (client to server)',