diff --git a/manifests/repo.pp b/manifests/repo.pp index a47d353..dbe5cbc 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -50,6 +50,7 @@ apt::source { 'varnish': location => "${repo_base_url}/${repo_distro}", repos => "varnish-${repo_version}", + key => 'C4DEFFEB', key_source => 'http://repo.varnish-cache.org/debian/GPG-key.txt', } }