Add CentOS 8 and Puppet 6 in metadata

Change-Id: Iaf8cae928481cec978d8e6deaa1946403af6342a
This commit is contained in:
Tobias Urdin 2020-03-30 09:25:59 +02:00
parent 4a1439e0ad
commit 76ac266ad3
1 changed files with 11 additions and 1 deletions

View File

@ -50,7 +50,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@ -64,6 +70,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"project_page": "https://launchpad.net/puppet-magnum",