-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
42 lines (42 loc) · 966 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
39
40
41
42
{
"name": "helen-ksmb",
"version": "0.1.0",
"author": "Durham University CIS and others, refactored for Puppet 4 by [email protected]",
"summary": "Allow kerberised samba printing from cups clients. LeoArnold-CUPS is used to create the queues",
"license": "Apache-2.0",
"source": "",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 1.0.0 <= 6.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"8",
"9",
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"16.04",
"18.04",
"20.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.8.2 < 7.0.0"
}
],
"pdk-version": "1.14.1",
"template-url": "pdk-default#1.14.1",
"template-ref": "1.14.1-0-g0b5b39b"
}