Add CentOS 8 and Puppet 6 in metadata

Change-Id: I90b518ed5c552b50d1992d55b032a6ea16cd5ef0
This commit is contained in:
Tobias Urdin 2020-03-30 09:41:29 +02:00
parent 7ff40f5a57
commit 7b560cf356
1 changed files with 11 additions and 1 deletions

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-watcher.git",