forked from datacentred/puppet-ceph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
25 lines (25 loc) · 725 Bytes
/
metadata.json
File metadata and controls
25 lines (25 loc) · 725 Bytes
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
{
"name": "spjmurray-ceph",
"version": "1.3.4",
"author": "Simon Murray",
"license": "GPL-3.0",
"summary": "Ceph orchestration",
"source": "https://github.com/spjmurray/puppet-ceph",
"project_page": "https://github.com/spjmurray/puppet-ceph",
"issues_url": "https://github.com/spjmurray/puppet-ceph/issues",
"tags": ["ceph"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04" ]
},
{
"operatingsystem": "Centos",
"operatingsystemrelease": [ "7.2" ]
}
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.6.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">=2.1.0" }
]
}