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.12.0
2
+ - [puppetsync] Update module dependencies to support simp-iptables 7.x
3
+
1
4
* Wed Jan 17 2024 Richard Gardner <rick@sicura.us> - 6.11.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-aide" ,
3
- "version" : " 6.11.1 " ,
3
+ "version" : " 6.12.0 " ,
4
4
"author" : " SIMP Team" ,
5
5
"summary" : " manages AIDE" ,
6
6
"license" : " Apache-2.0" ,
14
14
"dependencies" : [
15
15
{
16
16
"name" : " puppet/systemd" ,
17
- "version_requirement" : " >= 4.0.2 < 7 .0.0"
17
+ "version_requirement" : " >= 4.0.2 < 8 .0.0"
18
18
},
19
19
{
20
20
"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