-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
38 lines (38 loc) · 859 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
32
33
34
35
36
37
38
{
"operatingsystem_support": [
{
"operatingsystem": "RedHat"
},
{
"operatingsystem": "CentOS"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <4.0.0"
}
],
"name": "oliviazhang-heka",
"version": "1.0.0",
"source": "git clone https://github.com/oliviazhang0809/puppet-heka.git",
"author": "Olivia Zhang",
"license": "",
"summary": "",
"project_page": "https://github.com/oliviazhang0809/puppet-heka",
"issues_url": "https://github.com/oliviazhang0809/puppet-heka/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0"
},
{
"name": "puppetlabs/inifile",
"version_requirement": ">= 1.0.0"
},
{
"name": "nanliu/staging",
"version_requirement": ">= 0.4.0"
}
]
}