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:
david 2007-07-11 11:59:15 +00:00
parent ebb51cf754
commit 82c10cd0d8

View file

@ -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,