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':
181
181
comment => 'This is the iWeb Debian unstable mirror',
182
182
location => 'http://debian.mirror.iweb.ca/debian/',
183
183
release => 'unstable',
184
- repos => 'main contrib non-free',
184
+ repos => 'main contrib non-free non-free-firmware ',
185
185
pin => '-10',
186
186
key => {
187
187
'id' => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553',
@@ -235,7 +235,7 @@ apt::sources:
235
235
comment : ' This is the iWeb Debian unstable mirror'
236
236
location : ' http://debian.mirror.iweb.ca/debian/'
237
237
release : ' unstable'
238
- repos : ' main contrib non-free'
238
+ repos : ' main contrib non-free non-free-firmware '
239
239
pin : ' -10'
240
240
key :
241
241
id : ' A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553'
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ Data type: `Optional[String[1]]`
507
507
Specifies a component of the Apt repository containing the backports to manage. Used in populating the ` sources.list ` configuration file.
508
508
Default value for Debian and Ubuntu varies:
509
509
510
- - Debian: 'main contrib non-free'
510
+ - Debian: 'main contrib non-free non-free-firmware '
511
511
512
512
- Ubuntu: 'main universe multiverse restricted'
513
513
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 16
16
apt::source { 'debian_testing' :
17
17
location => ' http://debian.mirror.iweb.ca/debian/' ,
18
18
release => ' testing' ,
19
- repos => ' main contrib non-free' ,
19
+ repos => ' main contrib non-free non-free-firmware ' ,
20
20
key => {
21
21
id => ' A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553' ,
22
22
server => ' keyserver.ubuntu.com' ,
26
26
apt::source { 'debian_unstable' :
27
27
location => ' http://debian.mirror.iweb.ca/debian/' ,
28
28
release => ' unstable' ,
29
- repos => ' main contrib non-free' ,
29
+ repos => ' main contrib non-free non-free-firmware ' ,
30
30
key => {
31
31
id => ' A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553' ,
32
32
server => ' keyserver.ubuntu.com' ,
Original file line number Diff line number Diff line change 20
20
# Specifies a component of the Apt repository containing the backports to manage. Used in populating the `sources.list` configuration file.
21
21
# Default value for Debian and Ubuntu varies:
22
22
#
23
- # - Debian: 'main contrib non-free'
23
+ # - Debian: 'main contrib non-free non-free-firmware '
24
24
#
25
25
# - Ubuntu: 'main universe multiverse restricted'
26
26
#
Original file line number Diff line number Diff line change 13
13
family : 'Debian' ,
14
14
name : 'Debian' ,
15
15
release : {
16
- full : '11.8 ' ,
17
- major : '11 ' ,
18
- minor : '8 '
16
+ full : '12.5 ' ,
17
+ major : '12 ' ,
18
+ minor : '5 '
19
19
} ,
20
20
distro : {
21
- codename : 'bullseye ' ,
21
+ codename : 'bookworm ' ,
22
22
id : 'Debian'
23
23
}
24
24
}
28
28
it {
29
29
expect ( subject ) . to contain_apt__source ( 'backports' ) . with (
30
30
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' ,
33
33
pin : {
34
34
'priority' => 200 ,
35
- 'release' => 'bullseye -backports'
35
+ 'release' => 'bookworm -backports'
36
36
} ,
37
37
keyring : '/usr/share/keyrings/debian-archive-keyring.gpg' ,
38
38
)
You can’t perform that action at this time.
0 commit comments