From 735812e90a3a05035f98c8fb784e90f198b8f6cd Mon Sep 17 00:00:00 2001 From: Nikita Tarasov Date: Wed, 27 Jan 2016 11:23:59 +0300 Subject: [PATCH] apt full key --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index ccfdd02..7964ccd 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -13,7 +13,7 @@ 'pkg-config', 'libpcre3-dev', 'git-core'] $apt_location = 'http://repo.varnish-cache.org/debian/' $apt_repos = 'varnish-3.0' - $apt_key = 'C4DEFFEB' + $apt_key = 'E98C6BBBA1CBC5C3EB2DF21C60E7C096C4DEFFEB' $apt_key_source = 'http://repo.varnish-cache.org/debian/GPG-key.txt' } default: {