add the key package for the backports key
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@107 f03ff2f1-f02d-0410-970d-b9634babeaa1
This commit is contained in:
parent
ebb51cf754
commit
82c10cd0d8
1 changed files with 3 additions and 2 deletions
|
@ -76,11 +76,12 @@ class apt {
|
|||
case $lsbdistcodename {
|
||||
etch: {
|
||||
## This package should really always be current
|
||||
package { "debian-archive-keyring": ensure => latest, }
|
||||
package { [ "debian-archive-keyring", "debian-backports-keyring" ]:
|
||||
ensure => latest, }
|
||||
|
||||
# This key was downloaded from
|
||||
# http://backports.org/debian/archive.key
|
||||
# and is needed to verify the backports
|
||||
# and is needed to bootstrap the backports trustpath
|
||||
file { "${base_dir}/backports.org.key":
|
||||
source => "puppet://$servername/apt/backports.org.key",
|
||||
mode => 0444, owner => root, group => root,
|
||||
|
|
Loading…
Reference in a new issue