From 94f2837179412abc329be2f14c199dc4a53e4c27 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 30 Mar 2020 09:34:33 +0200 Subject: [PATCH] Add CentOS 8 and Puppet 6 in metadata Change-Id: Ic97cf9b422d4af5004e5ada559a81fb8fada7ca3 --- metadata.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index f08ba5a..9a8ef3e 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-placement.git",