summaryrefslogtreecommitdiff
path: root/files/puppet/modules/custom/manifests/apt/additional_sources.pp
diff options
context:
space:
mode:
Diffstat (limited to 'files/puppet/modules/custom/manifests/apt/additional_sources.pp')
-rw-r--r--files/puppet/modules/custom/manifests/apt/additional_sources.pp4
1 files changed, 3 insertions, 1 deletions
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,