Add CentOS 8 and Puppet 6 in metadata

Change-Id: I43ad7fbdf9d44d88cc0454be44ca4e4d6acc845c
This commit is contained in:
Tobias Urdin 2020-03-30 09:35:02 +02:00
parent ee4873d42b
commit e033e59a01
1 changed files with 11 additions and 1 deletions

View File

@ -11,6 +11,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"operatingsystem_support": [
@ -29,7 +33,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{