Skip to content

Commit

Permalink
Add «main» to Ubuntu backports repos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Araña Cruz committed Jun 29, 2012
1 parent ecb3a0b commit 145a285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/backports.pp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
release => "${release_real}-backports",
repos => $::lsbdistid ? {
'debian' => 'main contrib non-free',
'ubuntu' => 'universe multiverse restricted',
'ubuntu' => 'main universe multiverse restricted',
},
key => $::lsbdistid ? {
'debian' => '55BE302B',
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/backports_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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',
Expand Down

0 comments on commit 145a285

Please sign in to comment.