Skip to content

Commit 8766c13

Browse files
authored
Merge pull request #1026 from wyardley/wyardley/drop_support
Drop support for Debian 10, Ubuntu 18, and FreeBSD 12
2 parents ec9a24b + 0af6460 commit 8766c13

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

metadata.json

-3
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@
2323
{
2424
"operatingsystem": "Debian",
2525
"operatingsystemrelease": [
26-
"10",
2726
"11"
2827
]
2928
},
3029
{
3130
"operatingsystem": "Ubuntu",
3231
"operatingsystemrelease": [
33-
"18.04",
3432
"20.04",
3533
"22.04"
3634
]
@@ -44,7 +42,6 @@
4442
{
4543
"operatingsystem": "FreeBSD",
4644
"operatingsystemrelease": [
47-
"12",
4845
"13",
4946
"14"
5047
]

spec/spec_helper_acceptance.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
configure_beaker do |host|
66
case fact_on(host, 'os.family')
77
when 'Debian'
8-
install_puppet_module_via_pmt_on(host, 'puppetlabs-apt', '>= 4.1.0 < 10.0.0')
8+
install_puppet_module_via_pmt_on(host, 'puppetlabs-apt', '>= 9.0.0 < 10.0.0')
99
when 'RedHat'
1010
install_puppet_module_via_pmt_on(host, 'puppet-epel', '>= 5.0.0 < 6.0.0')
1111
if fact_on(host, 'os.selinux.enabled')
@@ -14,8 +14,6 @@
1414
end
1515
end
1616

17-
install_package(host, 'iproute2') if fact('os.release.major').to_i == 18 || fact('os.release.major') == 'buster/sid'
18-
1917
# Fake certs
2018
on host, 'echo "-----BEGIN RSA PRIVATE KEY-----
2119
MIICXAIBAAKBgQDw1uXI+EAgxk4dOxArPqMNnnCQqmXeQ61XQQXoAgWWjRvY4LAJ

0 commit comments

Comments
 (0)