-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.json
40 lines (40 loc) · 1.05 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
{
"name": "dellemcnetworking-dellos10",
"version": "1.0.0",
"author": "DellEMCNetworking",
"summary": "This module contains resources for managing network configurations in DellEMC OS10 Switches.",
"license": "Apache-2.0",
"source": "https://github.com/Dell-Networking/puppet-dellos10-modules",
"project_page": "https://github.com/Dell-Networking/puppet-dellos10-modules",
"issues_url": "https://github.com/Dell-Networking/puppet-dellos10-modules/issues",
"dependencies": [
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 1.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "OS10",
"operatingsystemrelease": [
"10.4.0E"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 6.0.0"
}
],
"tags": [
"dell",
"dellemc",
"dellemcnetworking",
"os10",
"network"
],
"pdk-version": "1.5.0",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.5.0-0-gd1b3eca"
}