Add CentOS 8 and Puppet 6 in metadata

Change-Id: If814ed0e89a8cdc38710bcfdb28b247defb3bab3
This commit is contained in:
Tobias Urdin 2020-03-30 09:33:36 +02:00
parent 56a1112001
commit 4dd277f849
1 changed files with 11 additions and 1 deletions

View File

@ -12,7 +12,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@ -37,6 +43,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
]
}