From 802541aaf050d52c6a8780e98acfc1d0b0c5bb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Bellone?= Date: Fri, 30 Nov 2018 17:14:43 -0300 Subject: [PATCH] Add key ID for varnish 6.0 repository --- manifests/repo.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/repo.pp b/manifests/repo.pp index e6bbf23..163f325 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -65,6 +65,9 @@ '52': { $key_id = '91CFD5635A1A5FAC0662BEDD2E9BA3FE86BE909D' } + '60': { + $key_id = '7C5B46721AF00FD57E68E6E8D2605BF74E8B9DBA' + } default: { fail("Repo version ${repo_version} not supported") }