-
Notifications
You must be signed in to change notification settings - Fork 27
/
metadata.json
42 lines (42 loc) · 989 Bytes
/
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
{
"name": "f5-f5",
"version": "1.9.1",
"author": "F5",
"summary": "Manages F5 BIG-IP Application Delivery Controllers",
"license": "Apache-2.0",
"source": "https://github.com/f5devcentral/f5-puppet",
"project_page": "https://github.com/f5devcentral/f5-puppet",
"issues_url": "https://github.com/f5devcentral/f5-puppet/issues",
"dependencies": [
{
"name": "puppetlabs-pe_gem",
"version_requirement": ">= 0.1.0 <1.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "BigIp",
"operatingsystemrelease": [
"12.1"
]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.7.0 < 6.0.0"
}
],
"tags": [
"f5",
"bigip",
"network",
"Application Delivery Controllers",
"ADC",
"LTM",
"loadbalancer"
],
"pdk-version": "1.8.0",
"template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git",
"template-ref": "1.8.0-0-g0d9da00"
}