Merge pull request #77 from jonhattan/master
«main» repository is missing from ubuntu backports.
This commit is contained in:
commit
710b1c6a66
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue