Skip to content

Commit b57282e

Browse files
committed
remove support for Debian 10 buster
1 parent ed4a366 commit b57282e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
{
7676
"operatingsystem": "Debian",
7777
"operatingsystemrelease": [
78-
"10",
7978
"11"
8079
]
8180
},

spec/defines/foreman_repos_apt_spec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
let(:title) { 'foreman' }
55

66
let :facts do
7-
on_supported_os['debian-10-x86_64']
7+
on_supported_os['debian-11-x86_64']
88
end
99

1010
let(:apt_key) do
@@ -26,7 +26,7 @@
2626
.with_repos('1.18')
2727

2828
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})
3030

3131
should contain_apt__source('foreman-plugins')
3232
.with_location('https://deb.theforeman.org/')
@@ -48,7 +48,7 @@
4848
.with_repos('nightly')
4949

5050
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})
5252

5353
should contain_apt__source('foreman-plugins')
5454
.with_location('https://deb.theforeman.org/')

0 commit comments

Comments
 (0)