Add CentOS 8 and Puppet 6 in metadata

Change-Id: I315601c12be289317cd7502859e902d62afbf2fa
This commit is contained in:
Tobias Urdin
2020-03-30 09:31:32 +02:00
parent 3b39a090b1
commit 41c8203f7b

View File

@@ -46,7 +46,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@@ -61,6 +67,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"source": "git://github.com/openstack/puppet-openstacklib.git",