general catchup
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@116 f03ff2f1-f02d-0410-970d-b9634babeaa1
This commit is contained in:
parent
82c10cd0d8
commit
27aebdb066
1 changed files with 5 additions and 2 deletions
|
@ -76,8 +76,11 @@ class apt {
|
|||
case $lsbdistcodename {
|
||||
etch: {
|
||||
## This package should really always be current
|
||||
package { [ "debian-archive-keyring", "debian-backports-keyring" ]:
|
||||
ensure => latest, }
|
||||
package {
|
||||
[ "debian-archive-keyring", "debian-backports-keyring" ]:
|
||||
ensure => latest,
|
||||
require => File[apt_config],
|
||||
}
|
||||
|
||||
# This key was downloaded from
|
||||
# http://backports.org/debian/archive.key
|
||||
|
|
Loading…
Reference in a new issue