forked from Nekototori/puppet-winrmssl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
45 lines (44 loc) · 1.08 KB
/
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
39
40
41
42
43
44
45
{
"name": "nekototori-winrmssl",
"version": "2.0.0",
"author": "new23d, jpuskar, nekototori",
"summary": "Setup WinRM over HTTPS and control some basic, essential settings. Also supports Puppet CA issued certificates.",
"license": "Apache-2.0",
"source": "https://github.com/Nekototori/puppet-winrmssl.git",
"project_page": "https://github.com/Nekototori/puppet-winrmssl",
"issues_url": "https://github.com/Nekototori/puppet-winrmssl/issues",
"dependencies": [
],
"operatingsystem_support": [
{
"operatingsystem": "Windows",
"operatingsystemrelease": [
"Server 2008",
"Server 2008 R2",
"Server 2012",
"Server 2012 R2",
"Server 2016",
"Server 2016 R2",
"Server 2019",
"7",
"8",
"10"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.10.0 < 7.0.0"
}
],
"tags": [
"winrm",
"https",
"tls",
"ssl"
],
"pdk-version": "1.14.0",
"template-url": "pdk-default#1.14.0",
"template-ref": "1.14.0-0-g1bf3a4e"
}