1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "puppet-fdio",
"version": "0.0.1",
"author": "Feng Pan <fpan@redhat.com>",
"summary": "Puppet module for fdio projects",
"license": "Apache-2.0",
"source": "https://git.fd.io/puppet-fdio",
"project_page": "https://wiki.fd.io/view/Puppet-fdio",
"issues_url": "https://jira.fd.io/projects/PUP",
"description": "Installs and configures FD.io projects like VPP and Honeycomb agent.",
"operatingsystem_support": [
{
"operatingsystem": "Fedora",
"operatingsystemrelease": ["23"]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": ["7"]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["16.04"]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 <5.0.0" }
]
}
|