Add CentOS 8 and Puppet 6 in metadata
Change-Id: I315601c12be289317cd7502859e902d62afbf2fa
This commit is contained in:
@@ -46,7 +46,13 @@
|
|||||||
{
|
{
|
||||||
"operatingsystem": "RedHat",
|
"operatingsystem": "RedHat",
|
||||||
"operatingsystemrelease": [
|
"operatingsystemrelease": [
|
||||||
"7"
|
"8"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"operatingsystem": "CentOS",
|
||||||
|
"operatingsystemrelease": [
|
||||||
|
"8"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -61,6 +67,10 @@
|
|||||||
{
|
{
|
||||||
"name": "puppet",
|
"name": "puppet",
|
||||||
"version_requirement": "5.x"
|
"version_requirement": "5.x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "puppet",
|
||||||
|
"version_requirement": "6.x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": "git://github.com/openstack/puppet-openstacklib.git",
|
"source": "git://github.com/openstack/puppet-openstacklib.git",
|
||||||
|
Reference in New Issue
Block a user