Skip to content

Commit

Permalink
Add requirement of the icinga module
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Dec 22, 2023
1 parent f38a485 commit 5d84c0d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "icinga-icinga2",
"version": "4.1.1",
"version": "5.0.0",
"author": "Icinga Development Team",
"summary": "Icinga 2 Puppet Module",
"license": "Apache-2.0",
Expand All @@ -15,13 +15,19 @@
{
"name": "puppetlabs/concat",
"version_requirement": ">= 6.4.0 < 10.0.0"
},
{
"name": "icinga/icinga",
"version_requirement": ">= 2.9.0 < 5.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
"7",
"8",
"9"
]
},
{
Expand Down

0 comments on commit 5d84c0d

Please sign in to comment.