Add CentOS 8 and Puppet 6 in metadata

Change-Id: Ic9f7303a963a55bfeb56d3e5d4329ec532cf3ad5
This commit is contained in:
Tobias Urdin 2020-03-30 09:36:00 +02:00
parent 54a9b7e1d6
commit a48d9da567
1 changed files with 11 additions and 1 deletions

View File

@ -58,7 +58,13 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
@ -73,6 +79,10 @@
{
"name": "puppet",
"version_requirement": "5.x"
},
{
"name": "puppet",
"version_requirement": "6.x"
}
],
"source": "git://github.com/openstack/puppet-sahara.git",