Add CentOS 8 and Puppet 6 in metadata

Change-Id: Ic97cf9b422d4af5004e5ada559a81fb8fada7ca3
This commit is contained in:
Tobias Urdin 2020-03-30 09:34:33 +02:00
parent 177bc66b66
commit 94f2837179
1 changed files with 11 additions and 1 deletions

View File

@ -50,7 +50,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@ -65,6 +71,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"source": "git://github.com/openstack/puppet-placement.git",