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> - 6.10.0
2
+ - [puppetsync] Update module dependencies to support simp-iptables 7.x
3
+
1
4
* Mon Oct 23 2023 Steven Pritchard <steve@sicura.us> - 6.9.0
2
5
- [puppetsync] Add EL9 support
3
6
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simp-named" ,
3
- "version" : " 6.9 .0" ,
3
+ "version" : " 6.10 .0" ,
4
4
"author" : " SIMP Team" ,
5
5
"summary" : " manages either a chrooted named process or a caching nameserver" ,
6
6
"license" : " Apache-2.0" ,
16
16
"dependencies" : [
17
17
{
18
18
"name" : " simp/iptables" ,
19
- "version_requirement" : " >= 6.5.3 < 7 .0.0"
19
+ "version_requirement" : " >= 6.5.3 < 8 .0.0"
20
20
},
21
21
{
22
22
"name" : " simp/rsync" ,
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