From 86f871d8a3a7af94d0e8b794a98bf061ac1eff92 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 30 Mar 2020 09:22:10 +0200 Subject: [PATCH] Add CentOS 8 and Puppet 6 in metadata Change-Id: I336d748384ad99674bf3dc31f2618c86c9155eee --- metadata.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index a17676af..1c53e55d 100644 --- a/metadata.json +++ b/metadata.json @@ -54,7 +54,13 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "7" + "8" + ] + }, + { + "operatingsystem": "CentOS", + "operatingsystemrelease": [ + "8" ] }, { @@ -69,6 +75,10 @@ { "name": "puppet", "version_requirement": "5.x" + }, + { + "name": "puppet", + "version_requirement": "6.x" } ], "source": "git://github.com/openstack/puppet-glance.git",