-
Notifications
You must be signed in to change notification settings - Fork 22
/
metadata.json
51 lines (51 loc) · 1.2 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
49
50
51
{
"name": "puppetlabs-cisco_ios",
"version": "2.0.0",
"author": "puppetlabs",
"summary": "Management of Cisco Catalyst (IOS, IOS-XE)",
"license": "Apache-2.0",
"source": "https://github.com/puppetlabs/cisco_ios",
"issues_url": "https://tickets.puppetlabs.com/CreateIssueDetails!init.jspa?pid=10707&issuetype=1&customfield_14200=19807&priority=6",
"dependencies": [
{
"name": "puppetlabs/netdev_stdlib",
"version_requirement": ">= 0.19.0 < 1.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "IOS",
"operatingsystemrelease": [
"12.2(25)EWA9",
"12.2(33)SXJ10",
"12.2(37)SG1",
"12.2(55)SE10",
"12.2(58)SE2",
"03.06.05.E",
"03.07.03.E"
]
},
{
"operatingsystem": "IOS-XE",
"operatingsystemrelease": [
"03.06.05.E",
"03.07.03.E"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 6.0.0 < 7.0.0"
}
],
"tags": [
"cisco",
"ios",
"ios-xe",
"network"
],
"pdk-version": "1.18.1",
"template-url": "https://github.com/puppetlabs/pdk-templates#main",
"template-ref": "heads/main-0-g874030e"
}