From: Peter Palfrader Date: Fri, 10 Feb 2017 20:47:38 +0000 (+0100) Subject: we already set the TLSA up in rsync::site_systemd.pp X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d08601d8a5c9048cd6e294314c3ea018f86a004d;p=mirror%2Fdsa-puppet.git we already set the TLSA up in rsync::site_systemd.pp --- diff --git a/modules/roles/manifests/archive_master.pp b/modules/roles/manifests/archive_master.pp index c6223b0ab..a9f32ed5d 100644 --- a/modules/roles/manifests/archive_master.pp +++ b/modules/roles/manifests/archive_master.pp @@ -9,6 +9,6 @@ class roles::archive_master { ssl::service { $sslname: key => true, - tlsaport => [1873], + tlsaport => [], } }