diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-17 17:56:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-17 17:56:50 -0300 |
commit | c8c22615c868825fc4b365e5d1df99addf43807b (patch) | |
tree | 8baa0d6bd5198c5b79f3a3526431bc43a2a03f17 | |
parent | b91c270fef732876469153c1e0916d73ead064d9 (diff) | |
download | puppet-tor-c8c22615c868825fc4b365e5d1df99addf43807b.tar.gz puppet-tor-c8c22615c868825fc4b365e5d1df99addf43807b.tar.bz2 |
Fix: fully specify Tor's Debian repo keydevelop
-rw-r--r-- | manifests/repo.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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': } } |