forked from cisco/cisco-network-puppet-module
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
39 lines (39 loc) · 927 Bytes
/
Copy pathmetadata.json
File metadata and controls
39 lines (39 loc) · 927 Bytes
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
{
"name": "puppetlabs-ciscopuppet",
"version": "1.3.2",
"author": "cisco",
"summary": "Cisco Puppet providers and types for NX-OS devices",
"license": "Apache-2.0",
"source": "https://github.com/cisco/cisco-network-puppet-module",
"project_page": "https://github.com/cisco/cisco-network-puppet-module",
"issues_url": "https://github.com/cisco/cisco-network-puppet-module/issues",
"dependencies": [
{ "name": "puppetlabs/netdev_stdlib", "version_requirement": ">=0.11.1" }
],
"requirements": [
{
"name": "pe",
"version_requirement": "2015.2.x"
},
{
"name": "puppet",
"version_requirement": "4.x"
}
],
"tags": [
"cisco",
"nxos",
"nx-os",
"network"
],
"operatingsystem_support": [
{
"operatingsystem": "NX-OS",
"operatingsystemrelease": [
"7.0(3)I2",
"7.3(0)N1(1)",
"7.3(0)D1(1)"
]
}
]
}