diff options
author | kwadronaut <kwadronaut@leap.se> | 2017-09-29 10:19:48 +0200 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2017-09-29 10:19:48 +0200 |
commit | fd95d9094d3ae5649271dd012b299df1ae617d64 (patch) | |
tree | 85a53759d43ce0baaeaad36dfbd7bee95d278c6b /files/puppet/modules/custom | |
parent | ae91efe16a0b4eb2683e23dca8f40582119e4de4 (diff) |
signed-by in custom apt must be fp in jessie
Diffstat (limited to 'files/puppet/modules/custom')
-rw-r--r-- | files/puppet/modules/custom/manifests/apt/additional_sources.pp | 4 |
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, |