File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ * Fri Sep 13 2024 Steven Pritchard <steve@sicura.us> - 0.7.0
2
+ - [puppetsync] Update module dependencies to support simp-iptables 7.x
3
+
1
4
* Wed Jan 17 2024 Richard Gardner <rick@sicura.us> - 0.6.1
2
5
- Updated hiera.yaml facts to support puppet 8
3
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simp-ds389" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"author" : " SIMP Team" ,
5
5
"summary" : " Management of 389 Directory Server" ,
6
6
"license" : " Apache-2.0" ,
10
10
"dependencies" : [
11
11
{
12
12
"name" : " puppet/systemd" ,
13
- "version_requirement" : " >= 4.0.2 < 7 .0.0"
13
+ "version_requirement" : " >= 4.0.2 < 8 .0.0"
14
14
},
15
15
{
16
16
"name" : " simp/simplib" ,
Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ def set_hieradata(hieradata)
100
100
c . mock_with :rspec
101
101
102
102
c . module_path = File . join ( fixture_path , 'modules' )
103
- c . manifest_dir = File . join ( fixture_path , 'manifests' ) if c . respond_to? ( :manifest_dir )
104
103
105
104
c . hiera_config = File . join ( fixture_path , 'hieradata' , 'hiera.yaml' )
106
105
You can’t perform that action at this time.
0 commit comments