metadata: claim support for puppet 4, AIX, FreeBSD & NetBSD
This commit is contained in:
parent
2e33abed01
commit
45772f18d8
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
{
|
||||
"name": "puppet",
|
||||
"version_requirement": "3.x"
|
||||
"version_requirement": ">= 3.0.0 < 5.0.0"
|
||||
}
|
||||
],
|
||||
"operatingsystem_support": [
|
||||
|
@ -48,6 +48,9 @@
|
|||
{
|
||||
"operatingsystem": "Solaris"
|
||||
},
|
||||
{ "operatingsystem": "AIX" },
|
||||
{ "operatingsystem": "FreeBSD" },
|
||||
{ "operatingsystem": "NetBSD" },
|
||||
{
|
||||
"operatingsystem": "Ubuntu",
|
||||
"operatingsystemrelease": [
|
||||
|
|
Loading…
Reference in a new issue