(maint) Add upper bound to puppet version
Update the module metadata so that it has an upper bound of puppet 5.0.0.
This commit is contained in:
parent
4b30bb90f8
commit
2526bc1b03
|
@ -24,7 +24,7 @@
|
|||
"requirements": [
|
||||
{
|
||||
"name": "puppet",
|
||||
"version_requirement": ">= 3.7.0"
|
||||
"version_requirement": ">= 3.7.0 < 5.0.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue