|
1 | 1 | { |
| 2 | + "name": "dsestero-java", |
| 3 | + "version": "2.0.0", |
2 | 4 | "author": "Dario Sestero", |
3 | | - "dependencies": [ { |
| 5 | + "summary": "Install Java OpenJDK and configure the default java alternative", |
| 6 | + "license": "Apache-2.0", |
| 7 | + "source": "https://github.com/dsestero/java.git", |
| 8 | + "project_page": "https://github.com/dsestero/java", |
| 9 | + "issues_url": "https://github.com/dsestero/java/issues", |
| 10 | + "dependencies": [ |
| 11 | + { |
4 | 12 | "name": "puppetlabs/apt", |
5 | 13 | "version_requirement": "2.x" |
6 | 14 | } |
7 | 15 | ], |
8 | | - "license": "Apache-2.0", |
9 | | - "name": "dsestero-java", |
10 | | - "project_page": "https://github.com/dsestero/java", |
11 | | - "issues_url": "https://github.com/dsestero/java/issues", |
12 | | - "source": "https://github.com/dsestero/java.git", |
13 | | - "summary": "Install Java OpenJDK and configure the default java alternative", |
14 | | - "requirements": [{"name": "puppet", "version_requirement": ">= 4.0.0"}], |
15 | 16 | "operatingsystem_support": [ |
16 | | - { |
17 | | - "operatingsystem": "Ubuntu" |
18 | | - }, |
19 | | - { |
20 | | - "operatingsystem": "Debian" |
21 | | - }, |
22 | | - { |
23 | | - "operatingsystem": "RedHat" |
24 | | - }, |
25 | | - { |
26 | | - "operatingsystem": "CentOS" |
27 | | - } |
| 17 | + { |
| 18 | + "operatingsystem": "Ubuntu" |
| 19 | + }, |
| 20 | + { |
| 21 | + "operatingsystem": "Debian" |
| 22 | + }, |
| 23 | + { |
| 24 | + "operatingsystem": "RedHat" |
| 25 | + }, |
| 26 | + { |
| 27 | + "operatingsystem": "CentOS" |
| 28 | + } |
| 29 | + ], |
| 30 | + "requirements": [ |
| 31 | + { |
| 32 | + "name": "puppet", |
| 33 | + "version_requirement": ">= 4.0.0" |
| 34 | + } |
| 35 | + ], |
| 36 | + "tags": [ |
| 37 | + "java", |
| 38 | + "jee", |
| 39 | + "jvm", |
| 40 | + "middleware" |
28 | 41 | ], |
29 | | - "tags": ["java", "jee", "jvm", "middleware"], |
30 | | - "version": "2.0.0" |
| 42 | + "template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git", |
| 43 | + "template-ref": "1.3.0-0-g632fa63" |
31 | 44 | } |
0 commit comments