forked from zehweh/puppet-netplan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
48 lines (48 loc) · 1.11 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
46
47
48
{
"name": "zehweh-netplan",
"version": "2.0.0",
"author": "zehweh",
"summary": "Manages and applies netplan configuration",
"license": "Apache-2.0",
"source": "https://github.com/zehweh/puppet-netplan",
"project_page": "https://github.com/zehweh/puppet-netplan",
"issues_url": "https://github.com/zehweh/puppet-netplan/issues",
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.1 < 9.2.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.2.5 < 9.2.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"18.10",
"19.04",
"19.10",
"20.04",
"20.10",
"21.04",
"21.10",
"22.04",
"22.10",
"23.04"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.5.0"
}
],
"description": "Netplan Module for Ubuntu > 18.04.",
"pdk-version": "2.7.1",
"template-url": "pdk-default#2.3.0",
"template-ref": "tags/2.3.0-0-g8aaceff"
}