From 88f50df2c6a4aade4d111272d387c7cceea39630 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Mon, 30 Mar 2020 09:31:00 +0200 Subject: [PATCH] Add CentOS 8 and Puppet 6 in metadata Change-Id: Ic5269cb351f2d838b8a017dce27a0f3e2a29054f --- metadata.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 277814d..e21c8c9 100644 --- a/metadata.json +++ b/metadata.json @@ -34,7 +34,13 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "7" + "8" + ] + }, + { + "operatingsystem": "CentOS", + "operatingsystemrelease": [ + "8" ] }, { @@ -49,6 +55,10 @@ { "name": "puppet", "version_requirement": "5.x" + }, + { + "name": "puppet", + "version_requirement": "6.x" } ], "source": "git://github.com/openstack/puppet-openstack_extras.git",