Add volumes for diabelli, menotti, nono and reger on ganeti2.ubc.d.o
[mirror/dsa-puppet.git] / modules / roles / manifests / rtc.pp
index 7543670..0888833 100644 (file)
@@ -1,11 +1,20 @@
 class roles::rtc {
 
        ssl::service { 'www.debian.org':
+               tlsaport => [],
+               notify  => Service['repro'],
        }
 
        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)',
@@ -81,4 +90,8 @@ class roles::rtc {
        file { '/etc/monit/monit.d/50rtc':
                ensure  => absent,
        }
+
+       service { 'repro':
+               ensure  => running,
+       }
 }