forked from voxpupuli/puppet-mcollective
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
31 lines (31 loc) · 888 Bytes
/
metadata.json
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
29
30
31
{
"name": "puppet-mcollective",
"version": "2.1.2",
"author": "puppetcommunity",
"summary": "Installs, configures, and manages MCollective agents, clients, and middleware of an MCollective cluster.",
"license": "Apache-2.0",
"source": "https://github.com/puppet-community/puppet-mcollective",
"project_page": "https://github.com/puppet-community/puppet-mcollective",
"issues_url": "https://github.com/puppet-community/puppet-mcollective/issues",
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.4.0"
}
],
"description": "MCollective Puppet Module",
"dependencies": [
{
"name": "richardc/datacat",
"version_requirement": "0.5.x"
},
{
"name": "puppetlabs/concat",
"version_requirement": "1.x"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.2.0"
}
]
}