]> gitweb.fluxo.info Git - puppet-apt.git/commitdiff
add the key package for the backports key
authordavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>
Wed, 11 Jul 2007 11:59:15 +0000 (11:59 +0000)
committerdavid <david@f03ff2f1-f02d-0410-970d-b9634babeaa1>
Wed, 11 Jul 2007 11:59:15 +0000 (11:59 +0000)
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@107 f03ff2f1-f02d-0410-970d-b9634babeaa1

manifests/init.pp

index b626aad48e69de48e2915aecb88e5abdba610b07..edae2284e59288083ac2bda8965b8138903c9927 100644 (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,