File tree Expand file tree Collapse file tree 6 files changed +16
-13
lines changed Expand file tree Collapse file tree 6 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ apt::source { 'debian_unstable':
181181 comment => 'This is the iWeb Debian unstable mirror',
182182 location => 'http://debian.mirror.iweb.ca/debian/',
183183 release => 'unstable',
184- repos => 'main contrib non-free',
184+ repos => 'main contrib non-free non-free-firmware ',
185185 pin => '-10',
186186 key => {
187187 'id' => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
@@ -235,7 +235,7 @@ apt::sources:
235235 comment : ' This is the iWeb Debian unstable mirror'
236236 location : ' http://debian.mirror.iweb.ca/debian/'
237237 release : ' unstable'
238- repos : ' main contrib non-free'
238+ repos : ' main contrib non-free non-free-firmware '
239239 pin : ' -10'
240240 key :
241241 id : ' A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553'
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ Data type: `Optional[String[1]]`
507507Specifies a component of the Apt repository containing the backports to manage. Used in populating the ` sources.list ` configuration file.
508508Default value for Debian and Ubuntu varies:
509509
510- - Debian: 'main contrib non-free'
510+ - Debian: 'main contrib non-free non-free-firmware '
511511
512512- Ubuntu: 'main universe multiverse restricted'
513513
Original file line number Diff line number Diff line change 1+ apt::backports :
2+ location : http://deb.debian.org/debian
3+ repos : main contrib non-free non-free-firmware
Original file line number Diff line number Diff line change 1616apt::source { 'debian_testing' :
1717 location => ' http://debian.mirror.iweb.ca/debian/' ,
1818 release => ' testing' ,
19- repos => ' main contrib non-free' ,
19+ repos => ' main contrib non-free non-free-firmware ' ,
2020 key => {
2121 id => ' A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553' ,
2222 server => ' keyserver.ubuntu.com' ,
2626apt::source { 'debian_unstable' :
2727 location => ' http://debian.mirror.iweb.ca/debian/' ,
2828 release => ' unstable' ,
29- repos => ' main contrib non-free' ,
29+ repos => ' main contrib non-free non-free-firmware ' ,
3030 key => {
3131 id => ' A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553' ,
3232 server => ' keyserver.ubuntu.com' ,
Original file line number Diff line number Diff line change 2020# Specifies a component of the Apt repository containing the backports to manage. Used in populating the `sources.list` configuration file.
2121# Default value for Debian and Ubuntu varies:
2222#
23- # - Debian: 'main contrib non-free'
23+ # - Debian: 'main contrib non-free non-free-firmware '
2424#
2525# - Ubuntu: 'main universe multiverse restricted'
2626#
Original file line number Diff line number Diff line change 1313 family : 'Debian' ,
1414 name : 'Debian' ,
1515 release : {
16- full : '11.8 ' ,
17- major : '11 ' ,
18- minor : '8 '
16+ full : '12.5 ' ,
17+ major : '12 ' ,
18+ minor : '5 '
1919 } ,
2020 distro : {
21- codename : 'bullseye ' ,
21+ codename : 'bookworm ' ,
2222 id : 'Debian'
2323 }
2424 }
2828 it {
2929 expect ( subject ) . to contain_apt__source ( 'backports' ) . with (
3030 location : 'http://deb.debian.org/debian' ,
31- repos : 'main contrib non-free' ,
32- release : 'bullseye -backports' ,
31+ repos : 'main contrib non-free non-free-firmware ' ,
32+ release : 'bookworm -backports' ,
3333 pin : {
3434 'priority' => 200 ,
35- 'release' => 'bullseye -backports'
35+ 'release' => 'bookworm -backports'
3636 } ,
3737 keyring : '/usr/share/keyrings/debian-archive-keyring.gpg' ,
3838 )
You can’t perform that action at this time.
0 commit comments