Skip to content

Commit 220e18f

Browse files
ekohlevgeni
authored andcommitted
Test puppetserver on Debian 11
These days the package is delivered, so it should be verified. It bumps the versions to ones that are available on all platforms. 7.6.0 is the oldest one on Debian Bullseye.
1 parent 9f21a41 commit 220e18f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

spec/acceptance/puppetserver_upgrade_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
case ENV['BEAKER_PUPPET_COLLECTION']
1818
when 'puppet7'
19-
from_version = '7.0.0'
20-
to_version = '7.2.0'
19+
from_version = '7.6.0'
20+
to_version = '7.13.0'
2121
else
2222
raise 'Unsupported Puppet collection'
2323
end

spec/support/acceptance/puppetserver.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ def unsupported_puppetserver
44
true
55
when 'Fedora'
66
true
7-
when 'Debian'
8-
host_inventory['facter']['os']['release']['major'] == '11'
97
end
108
end

0 commit comments

Comments
 (0)