From: Aurelien Jarno Date: Wed, 29 Jun 2016 15:51:35 +0000 (+0200) Subject: Not TLSA for people.debian.org for a while X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=07081329a64e957e0201556bf6f2e0d532f3fce7;p=mirror%2Fdsa-puppet.git Not TLSA for people.debian.org for a while Signed-off-by: Aurelien Jarno --- diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index b92bbceca..84ce24f95 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -102,6 +102,7 @@ class roles { if has_role('people') { ssl::service { 'people.debian.org': notify => Service['apache2'], + tlsaport => [], } }