From f1a09e50a55c1e5770038a65dfdd7fbe546fac71 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 30 Mar 2020 09:17:04 +0200 Subject: [PATCH] Add CentOS 8 and Puppet 6 in metadata Change-Id: I687129bbc5a2ab344db1fcb29c244412d29fa375 --- metadata.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ef29cc02..0a9c52c9 100644 --- a/metadata.json +++ b/metadata.json @@ -50,7 +50,13 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "7" + "8" + ] + }, + { + "operatingsystem": "CentOS", + "operatingsystemrelease": [ + "8" ] }, { @@ -65,6 +71,10 @@ { "name": "puppet", "version_requirement": "5.x" + }, + { + "name": "puppet", + "version_requirement": "6.x" } ], "source": "git://github.com/openstack/puppet-barbican.git",