Merge pull request #77 from jonhattan/master

«main» repository is missing from ubuntu backports.
This commit is contained in:
Branan Purvine-Riley 2012-07-02 17:58:12 -07:00
commit 710b1c6a66
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class apt::backports(
release => "${release_real}-backports",
repos => $::lsbdistid ? {
'debian' => 'main contrib non-free',
'ubuntu' => 'universe multiverse restricted',
'ubuntu' => 'main universe multiverse restricted',
},
key => $::lsbdistid ? {
'debian' => '55BE302B',

View file

@ -13,7 +13,7 @@ describe 'apt::backports', :type => :class do
it { should contain_apt__source('backports').with({
'location' => 'http://old-releases.ubuntu.com/ubuntu',
'release' => 'karmic-backports',
'repos' => 'universe multiverse restricted',
'repos' => 'main universe multiverse restricted',
'key' => '437D05B5',
'key_server' => 'pgp.mit.edu',
'pin' => '200',