Skip to content

Commit

Permalink
Add Puppet 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak authored and ekohl committed Nov 13, 2023
1 parent 3bea3b3 commit 41401b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 9.0.0"
}
],
"operatingsystem_support": [
Expand Down
3 changes: 3 additions & 0 deletions spec/acceptance/puppetserver_upgrade_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
end

case ENV['BEAKER_PUPPET_COLLECTION']
when 'puppet8'
from_version = '8.2.0'
to_version = '8.3.0'
when 'puppet7'
from_version = '7.6.0'
to_version = '7.13.0'
Expand Down

0 comments on commit 41401b0

Please sign in to comment.