-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmetadata.json
More file actions
42 lines (42 loc) · 1012 Bytes
/
metadata.json
File metadata and controls
42 lines (42 loc) · 1012 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "puppet-graphite_powershell",
"version": "3.0.3-rc0",
"author": "Vox Pupuli",
"license": "MIT",
"summary": "Module to send system metrics to graphite from windows",
"source": "https://github.com/voxpupuli/puppet-graphite_powershell.git",
"project_page": "https://github.com/voxpupuli/puppet-graphite_powershell",
"issues_url": "https://github.com/voxpupuli/puppet-graphite_powershell/issues",
"tags": [
"windows",
"graphite",
"powershell"
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"2008",
"2008 R2",
"2012",
"2012 R2"
]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 10.0.0"
},
{
"name": "puppet/download_file",
"version_requirement": ">= 2.0.0 < 5.0.0"
}
],
"requirements": [
{
"name": "openvox",
"version_requirement": ">= 8.19.0 < 9.0.0"
}
]
}