Skip to content

Commit

Permalink
Test puppetserver on Debian 11
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ekohl committed Oct 25, 2023
1 parent 7344e3f commit 89b806a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/puppetserver_upgrade_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

case ENV['BEAKER_PUPPET_COLLECTION']
when 'puppet7'
from_version = '7.0.0'
to_version = '7.2.0'
from_version = '7.6.0'
to_version = '7.13.0'
else
raise 'Unsupported Puppet collection'
end
Expand Down
2 changes: 0 additions & 2 deletions spec/support/acceptance/puppetserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ def unsupported_puppetserver
true
when 'Fedora'
true
when 'Debian'
host_inventory['facter']['os']['release']['major'] == '11'
end
end

0 comments on commit 89b806a

Please sign in to comment.