File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ * Wed Aug 23 2023 Steven Pritchard <steve@sicura.us> - 0.4.0
2
+ - Add AlmaLinux 8 support
3
+
1
4
* Mon Jun 12 2023 Chris Tessmer <chris.tessmer@onyxpoint.com> - 0.3.0
2
5
- Add RockyLinux 8 support
3
6
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simp-ds389" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"author" : " SIMP Team" ,
5
5
"summary" : " Management of 389 Directory Server" ,
6
6
"license" : " Apache-2.0" ,
65
65
"operatingsystemrelease" : [
66
66
" 8"
67
67
]
68
+ },
69
+ {
70
+ "operatingsystem" : " AlmaLinux" ,
71
+ "operatingsystemrelease" : [
72
+ " 8"
73
+ ]
68
74
}
69
75
],
70
76
"requirements" : [
You can’t perform that action at this time.
0 commit comments