From: Silvio Rhatto Date: Wed, 17 Jul 2024 20:56:50 +0000 (-0300) Subject: Fix: fully specify Tor's Debian repo key X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop;p=puppet-tor.git Fix: fully specify Tor's Debian repo key --- diff --git a/manifests/repo.pp b/manifests/repo.pp index f625599..3c33002 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -5,7 +5,7 @@ class tor::repo ( ) { case $::osfamily { 'Debian': { - $key = '886DDD89' + $key = 'A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89' $location = 'https://deb.torproject.org/torproject.org/' class { 'tor::repo::debian': } }