forked from puppetlabs/cisco_ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
47 lines (47 loc) · 1.14 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
{
"name": "puppetlabs-cisco_ios",
"version": "1.0.0",
"author": "Puppet",
"summary": "Management of Cisco Catalyst (IOS)",
"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/resource_api",
"version_requirement": ">= 1.0.0 < 2.0.0"
},
{
"name": "puppetlabs/netdev_stdlib",
"version_requirement": ">= 0.15.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"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.0.0 < 7.0.0"
}
],
"tags": [
"cisco",
"ios",
"network"
],
"pdk-version": "1.10.0",
"template-url": "https://github.com/puppetlabs/pdk-templates#1.10.0",
"template-ref": "1.10.0-0-gbba9ac3"
}