Use LE certs for tracker and packages.qa
[mirror/dsa-puppet.git] / modules / roles / manifests / tracker.pp
index 749eb86..23d95d5 100644 (file)
@@ -1,6 +1,6 @@
 class roles::tracker {
        ssl::service { 'tracker.debian.org':
                notify => Service['apache2'],
-               tlsaport => [],
+               key => true,
        }
 }