File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 75
75
{
76
76
"operatingsystem" : " Debian" ,
77
77
"operatingsystemrelease" : [
78
- " 10" ,
79
78
" 11"
80
79
]
81
80
},
Original file line number Diff line number Diff line change 4
4
let ( :title ) { 'foreman' }
5
5
6
6
let :facts do
7
- on_supported_os [ 'debian-10 -x86_64' ]
7
+ on_supported_os [ 'debian-11 -x86_64' ]
8
8
end
9
9
10
10
let ( :apt_key ) do
26
26
. with_repos ( '1.18' )
27
27
28
28
should contain_file ( '/etc/apt/sources.list.d/foreman.list' )
29
- . with_content ( %r{deb https://deb\. theforeman\. org/ buster 1\. 18} )
29
+ . with_content ( %r{deb https://deb\. theforeman\. org/ bullseye 1\. 18} )
30
30
31
31
should contain_apt__source ( 'foreman-plugins' )
32
32
. with_location ( 'https://deb.theforeman.org/' )
48
48
. with_repos ( 'nightly' )
49
49
50
50
should contain_file ( '/etc/apt/sources.list.d/foreman.list' )
51
- . with_content ( %r{deb https://deb\. theforeman\. org/ buster nightly} )
51
+ . with_content ( %r{deb https://deb\. theforeman\. org/ bullseye nightly} )
52
52
53
53
should contain_apt__source ( 'foreman-plugins' )
54
54
. with_location ( 'https://deb.theforeman.org/' )
You can’t perform that action at this time.
0 commit comments