Add CentOS 8 and Puppet 6 in metadata

Change-Id: Id6a016a2b3a46f231d77d7f676d4a42c520d283e
This commit is contained in:
Tobias Urdin 2020-03-30 09:32:15 +02:00
parent 1338b26b02
commit 0e947083aa
1 changed files with 11 additions and 1 deletions

View File

@ -34,7 +34,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@ -49,6 +55,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"source": "git://github.com/openstack/puppet-oslo.git",