forked from voxpupuli/puppet-winlogbeat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
25 lines (25 loc) · 909 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
{
"name": "skynetsolutions-winlogbeat",
"version": "0.1.2",
"author": "skynetsolutions",
"summary": "A module to install and manage the winlogbeat log shipper",
"license": "Apache-2.0",
"source": "https://github.com/skynetsolutions/puppet-winlogbeat",
"project_page": "https://github.com/skynetsolutions/puppet-winlogbeat",
"issues_url": "https://github.com/skynetsolutions/puppet-winlogbeat/issues",
"tags": ["winlogbeat", "logstash", "elasticsearch", "elastic"],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"Server 2012",
"Server 2012 R2"
]
}
],
"dependencies": [
{"name":"puppetlabs-powershell","version_requirement":">= 1.0.1 < 3.0.0"},
{"name":"puppetlabs-stdlib","version_requirement":">= 4.6.0 < 5.0.0"},
{"name":"lwf-remote_file","version_requirement":">= 0.2.0 < 2.0.0"}
]
}