File tree Expand file tree Collapse file tree 7 files changed +48
-6
lines changed Expand file tree Collapse file tree 7 files changed +48
-6
lines changed Original file line number Diff line number Diff line change
1
+ * Mon Oct 23 2023 Steven Pritchard <steve@sicura.us> - 0.6.0
2
+ - [puppetsync] Add EL9 support
3
+
1
4
* Wed Oct 11 2023 Steven Pritchard <steve@sicura.us> - 0.5.0
2
5
- [puppetsync] Updates for Puppet 8
3
6
- These updates may include the following:
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
+ ---
2
+
3
+ ds389::install::package_list :
4
+ - 389-ds-base-legacy-tools
5
+
6
+ ds389::install::dnf_module : 389-ds
7
+ ds389::install::dnf_stream : ' 1.4'
8
+ # ds389::install::dnf_profile: undef
9
+ ds389::install::dnf_enable_only : true
Original file line number Diff line number Diff line change
1
+ ---
2
+ ds389::install::package_list :
3
+ - 389-ds-base-legacy-tools
4
+
5
+ ds389::install::dnf_module : 389-ds
6
+ ds389::install::dnf_stream : ' 1.4'
7
+ # ds389::install::dnf_profile: undef
8
+ # There is no profile for 389-ds so just enable it and install
9
+ # te packages needed.
10
+ ds389::install::dnf_enable_only : true
Original file line number Diff line number Diff line change
1
+ ---
2
+ ds389::install::package_list :
3
+ - 389-ds-base-legacy-tools
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.5 .0" ,
3
+ "version" : " 0.6 .0" ,
4
4
"author" : " SIMP Team" ,
5
5
"summary" : " Management of 389 Directory Server" ,
6
6
"license" : " Apache-2.0" ,
45
45
{
46
46
"operatingsystem" : " CentOS" ,
47
47
"operatingsystemrelease" : [
48
- " 8"
48
+ " 8" ,
49
+ " 9"
49
50
]
50
51
},
51
52
{
52
53
"operatingsystem" : " OracleLinux" ,
53
54
"operatingsystemrelease" : [
54
- " 8"
55
+ " 8" ,
56
+ " 9"
55
57
]
56
58
},
57
59
{
58
60
"operatingsystem" : " RedHat" ,
59
61
"operatingsystemrelease" : [
60
- " 8"
62
+ " 8" ,
63
+ " 9"
61
64
]
62
65
},
63
66
{
64
67
"operatingsystem" : " Rocky" ,
65
68
"operatingsystemrelease" : [
66
- " 8"
69
+ " 8" ,
70
+ " 9"
67
71
]
68
72
},
69
73
{
70
74
"operatingsystem" : " AlmaLinux" ,
71
75
"operatingsystemrelease" : [
72
- " 8"
76
+ " 8" ,
77
+ " 9"
73
78
]
74
79
}
75
80
],
You can’t perform that action at this time.
0 commit comments