Skip to content

Commit d9533a5

Browse files
Automated PR: Standardising Files (#718)
* Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <[email protected]> * Update openjdk_install.md --------- Signed-off-by: kitchen-porter <[email protected]> Co-authored-by: Corey Hemminger <[email protected]>
1 parent edd90c3 commit d9533a5

File tree

4 files changed

+15
-19
lines changed

4 files changed

+15
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Standardise files with files in sous-chefs/repo-management
88

99
Standardise files with files in sous-chefs/repo-management
1010

11+
Standardise files with files in sous-chefs/repo-management
12+
1113
## 12.0.5 - *2024-05-03*
1214

1315
## 12.0.4 - *2024-05-03*

documentation/resources/openjdk_install.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ Introduced: v8.0.0
1414

1515
| Name | Type | Default | Description | Allowed values |
1616
| --------------------- | --------------- | ------- | --------------------------------------------------- | ------------------ |
17-
| version | String | | Java version to install |
18-
| url | String | | The URL to download from |
19-
| checksum | String | | The checksum for the downloaded file |
20-
| java_home | String | | Set to override the java_home |
21-
| java_home_mode | Integer, String | | The permission for the Java home directory |
22-
| java_home_owner | String | | Owner of the Java Home |
23-
| java_home_group | String | | Group for the Java Home |
24-
| default | Boolean | | Whether to set this as the defalut Java |
25-
| bin_cmds | Array | | A list of bin_cmds based on the version and variant |
26-
| alternatives_priority | Integer | | Alternatives priority to set for this Java |
27-
| reset_alternatives | Boolean | | Whether to reset alternatives before setting |
28-
| pkg_names | Array | | List of packages to install |
29-
| pkg_version | String | | Package version to install |
17+
| version | String | | Java version to install | |
18+
| url | String | | The URL to download from | |
19+
| checksum | String | | The checksum for the downloaded file | |
20+
| java_home | String | | Set to override the java_home | |
21+
| java_home_mode | Integer, String | | The permission for the Java home directory | |
22+
| java_home_owner | String | | Owner of the Java Home | |
23+
| java_home_group | String | | Group for the Java Home | |
24+
| default | Boolean | | Whether to set this as the defalut Java | |
25+
| bin_cmds | Array | | A list of bin_cmds based on the version and variant | |
26+
| alternatives_priority | Integer | | Alternatives priority to set for this Java | |
27+
| reset_alternatives | Boolean | | Whether to reset alternatives before setting | |
28+
| pkg_names | Array | | List of packages to install | |
29+
| pkg_version | String | | Package version to install | |
3030
| install_type | String | | Installation type | `package` `source` |
3131

3232
## Examples

kitchen.dokken.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ platforms:
2222
image: dokken/amazonlinux-2023
2323
pid_one_command: /usr/lib/systemd/systemd
2424

25-
- name: centos-stream-8
26-
driver:
27-
image: dokken/centos-stream-8
28-
pid_one_command: /usr/lib/systemd/systemd
29-
3025
- name: centos-stream-9
3126
driver:
3227
image: dokken/centos-stream-9

kitchen.global.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ platforms:
1818
- name: almalinux-8
1919
- name: almalinux-9
2020
- name: amazonlinux-2023
21-
- name: centos-stream-8
2221
- name: centos-stream-9
2322
- name: debian-11
2423
- name: debian-12

0 commit comments

Comments
 (0)