Remove tlsa record for gobby
authorJulien Cristau <jcristau@debian.org>
Wed, 20 Apr 2016 10:28:34 +0000 (12:28 +0200)
committerJulien Cristau <jcristau@debian.org>
Wed, 20 Apr 2016 10:28:34 +0000 (12:28 +0200)
modules/roles/manifests/init.pp

index 7c9aa85..d41a560 100644 (file)
@@ -265,6 +265,7 @@ class roles {
        if has_role('gobby_debian_org') {
                ssl::service { 'gobby.debian.org':
                        notify => Service['apache2'],
+                       tlsaport => [],
                }
        }