|
1 | 1 | {
|
2 |
| - "name": "puppet-network", |
| 2 | + "name": "puppet-network", |
3 | 3 | "version": "0.5.0",
|
4 |
| - "author": "puppetcommunity", |
| 4 | + "author": "voxpupuli", |
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "summary": "Manage non-volatile network configuration",
|
7 |
| - |
8 |
| - "source": "https://github.com/puppet-community/puppet-network", |
9 |
| - "project_page": "https://forge.puppetlabs.com/puppet/network", |
10 |
| - "issues_url": "https://github.com/puppet-community/puppet-network/issues", |
11 |
| - |
12 |
| - "tags": [ "network" ], |
13 |
| - |
| 7 | + "source": "https://github.com/voxpupuli/puppet-network", |
| 8 | + "project_page": "https://github.com/voxpupuli/puppet-network", |
| 9 | + "issues_url": "https://github.com/voxpupuli/puppet-network/issues", |
| 10 | + "tags": [ |
| 11 | + "network", |
| 12 | + "voxpupuli" |
| 13 | + ], |
14 | 14 | "operatingsystem_support": [
|
15 | 15 | {
|
16 |
| - "operatingsystem":"RedHat", |
17 |
| - "operatingsystemrelease":[ |
| 16 | + "operatingsystem": "RedHat", |
| 17 | + "operatingsystemrelease": [ |
18 | 18 | "5",
|
19 | 19 | "6",
|
20 | 20 | "7"
|
21 | 21 | ]
|
22 | 22 | },
|
23 | 23 | {
|
24 |
| - "operatingsystem":"CentOS", |
25 |
| - "operatingsystemrelease":[ |
| 24 | + "operatingsystem": "CentOS", |
| 25 | + "operatingsystemrelease": [ |
26 | 26 | "5",
|
27 | 27 | "6",
|
28 | 28 | "7"
|
29 | 29 | ]
|
30 | 30 | },
|
31 | 31 | {
|
32 |
| - "operatingsystem":"Debian", |
33 |
| - "operatingsystemrelease":[ |
| 32 | + "operatingsystem": "Debian", |
| 33 | + "operatingsystemrelease": [ |
34 | 34 | "6",
|
35 | 35 | "7",
|
36 | 36 | "8"
|
37 | 37 | ]
|
38 | 38 | }
|
39 | 39 | ],
|
40 |
| - |
41 | 40 | "dependencies": [
|
42 |
| - { "name": "puppetlabs/stdlib", "version_requirement": ">= 2.3.0" }, |
43 |
| - { "name": "adrien/filemapper", "version_requirement": ">= 1.0.0" }, |
44 |
| - { "name": "adrien/boolean", "version_requirement": ">= 1.0.0" }, |
45 |
| - { "name": "camptocamp/kmod", "version_requirement": ">= 0.0.1" } |
| 41 | + { |
| 42 | + "name": "puppetlabs/stdlib", |
| 43 | + "version_requirement": ">= 2.3.0" |
| 44 | + }, |
| 45 | + { |
| 46 | + "name": "adrien/filemapper", |
| 47 | + "version_requirement": ">= 1.0.0" |
| 48 | + }, |
| 49 | + { |
| 50 | + "name": "adrien/boolean", |
| 51 | + "version_requirement": ">= 1.0.0" |
| 52 | + }, |
| 53 | + { |
| 54 | + "name": "camptocamp/kmod", |
| 55 | + "version_requirement": ">= 0.0.1" |
| 56 | + } |
46 | 57 | ]
|
47 | 58 | }
|
0 commit comments