From fd95d9094d3ae5649271dd012b299df1ae617d64 Mon Sep 17 00:00:00 2001 From: kwadronaut Date: Fri, 29 Sep 2017 10:19:48 +0200 Subject: signed-by in custom apt must be fp in jessie --- files/puppet/modules/custom/manifests/apt/additional_sources.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'files/puppet') diff --git a/files/puppet/modules/custom/manifests/apt/additional_sources.pp b/files/puppet/modules/custom/manifests/apt/additional_sources.pp index 029c92d..04a7dc4 100644 --- a/files/puppet/modules/custom/manifests/apt/additional_sources.pp +++ b/files/puppet/modules/custom/manifests/apt/additional_sources.pp @@ -1,7 +1,9 @@ # Add additional sources and configure unattended updates for it define custom::apt::additional_sources ( $ensure = 'present', - $signed_by = '[signed-by=/usr/share/keyrings/leap-archive.gpg]', +# this is from stretch on: +# $signed_by = '[signed-by=/usr/share/keyrings/leap-archive.gpg]', + $signed_by = '[signed-by=1E453B2CE87BEE2F7DFE99661E34A1828E207901]', $repodomain = 'deb.leap.se', $project = 'platform', $dist = $::lsbdistcodename, -- cgit v1.2.3