forked from icann-dns/puppet-softhsm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
21 lines (21 loc) · 700 Bytes
/
metadata.json
File metadata and controls
21 lines (21 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "icann-softhsm",
"version": "0.2.0",
"author": "john.bond@icann.org",
"summary": "puppet module to install and configure SoftHSM",
"license": "Apache-2.0",
"source": "https://github.com/icann-dns/puppet-softhsm",
"project_page": "https://github.com/icann-dns/puppet-softhsm",
"issues_url": "https://github.com/icann-dns/puppet-softhsm/issues",
"dependencies": [
{"name":"icann-tea","version_requirement":">= 0.2.12 <0.3.0"},
{"name":"puppetlabs-stdlib","version_requirement":">= 4.17.0 <5.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem" : "Ubuntu",
"operatingsystemrelease" : [ "14.04", "16.04" ]
}
],
"data_provider": null
}