Skip to content

Commit de61c1e

Browse files
authored
Add AlmaLinux 8 support (#27)
1 parent 62a83ab commit de61c1e

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Wed Aug 23 2023 Steven Pritchard <steve@sicura.us> - 0.4.0
2+
- Add AlmaLinux 8 support
3+
14
* Mon Jun 12 2023 Chris Tessmer <chris.tessmer@onyxpoint.com> - 0.3.0
25
- Add RockyLinux 8 support
36

data/os/AlmaLinux-8.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
ds389::install::package_list:
3+
- 389-ds-base
4+
ds389::install::dnf_module: 389-directory-server
5+
ds389::install::dnf_stream: stable
6+
ds389::install::dnf_profile: minimal

metadata.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simp-ds389",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"author": "SIMP Team",
55
"summary": "Management of 389 Directory Server",
66
"license": "Apache-2.0",
@@ -65,6 +65,12 @@
6565
"operatingsystemrelease": [
6666
"8"
6767
]
68+
},
69+
{
70+
"operatingsystem": "AlmaLinux",
71+
"operatingsystemrelease": [
72+
"8"
73+
]
6874
}
6975
],
7076
"requirements": [

0 commit comments

Comments
 (0)