Skip to content

Commit

Permalink
Test on Debian 12 & Fedora 37/38
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 16, 2023
1 parent 50d23aa commit 6db4a38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 37 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ gem 'kafo_module_lint', {"groups"=>["test"]}
gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 1.0', {"groups"=>["test"]}
gem 'voxpupuli-test', '~> 7.0', {"groups"=>["test"]}
gem 'github_changelog_generator', '>= 1.15.0', {"groups"=>["development"]}
gem 'puppet_metadata', '~> 3.4'
gem 'puppet_metadata', github: 'voxpupuli/puppet_metadata', branch: 'add-debian-12'
gem 'puppet-blacksmith', '>= 6.0.0', {"groups"=>["development"]}
gem 'voxpupuli-acceptance', '~> 2.0', {"groups"=>["system_tests"]}
gem 'voxpupuli-acceptance', github: 'ekohl/voxpupuli-acceptance', branch: 'pass-aio-preference'
gem 'beaker_puppet_helpers', github: 'ekohl/beaker_puppet_helpers', branch: 'change-ubuntu-package-name'
gem 'puppetlabs_spec_helper', {"groups"=>["system_tests"]}

# vim:ft=ruby
40 changes: 5 additions & 35 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,54 +26,24 @@
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystem": "Fedora",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8",
"9"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7"
"37",
"38"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04"
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"11"
]
},
{
"operatingsystem": "DragonFly",
"operatingsystemrelease": [
"4"
]
},
{
"operatingsystem": "Archlinux"
}
]
}

0 comments on commit 6db4a38

Please sign in to comment.