-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmetadata.json
20 lines (20 loc) · 939 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "xebialabs-xldeploy",
"version": "1.2.6",
"author": "xebialabs",
"summary": "Puppet module for xldeploy",
"license": "Apache V2.0",
"source": "https://github.com/xebialabs/puppet-xldeploy.git",
"project_page": "https://github.com/xebialabs/puppet-xldeploy.git",
"issues_url": "https://github.com/xebialabs/puppet-xldeploy/issues",
"description": "This module can be used to install and configure a xldeploy infrastructure",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 4.1.0"},
{"name":"puppetlabs/inifile","version_requirement":">= 1.0.0"},
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0"},
{"name":"dalen/puppetdbquery","version_requirement":">= 1.4.0"},
{"name":"jtopjian/sshkeys","version_requirement":"0.5.0"},
{"name":"puppetlabs/pe_gem","version_requirement":">= 0.1.0"},
{"name":"echocat/nfs","version_requirement":">= 1.4.0"}
]
}