diff options
-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': } } |