Skip to content

Commit

Permalink
Merge pull request voxpupuli#141 from kenyon/add-puppet7-support
Browse files Browse the repository at this point in the history
Add Puppet 7 support
  • Loading branch information
kenyon committed Nov 26, 2021
2 parents 2139ee3 + 47ade5d commit 3edef1a
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.1.2-rc0",
"author": "Vox Pupuli",
"license": "Apache-2.0",
"summary": "SmokePing module for master/slave or single instance",
"summary": "SmokePing module for master/slave or standalone instance",
"source": "https://github.com/voxpupuli/puppet-smokeping.git",
"project_page": "https://github.com/voxpupuli/puppet-smokeping",
"issues_url": "https://github.com/voxpupuli/puppet-smokeping/issues",
Expand All @@ -14,10 +14,18 @@
"ping"
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04"
"18.04",
"20.04"
]
},
{
Expand All @@ -34,31 +42,19 @@
}
],
"dependencies": [
{
"name": "puppetlabs/apache",
"version_requirement": ">= 1.6.0 < 6.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 4.1.0 < 7.0.0"
},
{
"name": "puppetlabs/firewall",
"version_requirement": ">= 1.7.0 < 3.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 9.0.0"
},
{
"name": "puppet/selinux",
"version_requirement": ">= 1.0.0 < 4.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.5.8 < 7.0.0"
"version_requirement": ">= 5.5.8 < 8.0.0"
}
]
}

0 comments on commit 3edef1a

Please sign in to comment.