File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1+ * Fri Sep 13 2024 Steven Pritchard <steve@sicura.us> - 7.7.0
2+ - [puppetsync] Update module dependencies to support simp-iptables 7.x
3+
14* Wed Aug 21 2024 Steven Pritchard <steve@sicura.us> - 7.6.1
25- Fix unmask_rpc-gssd.service exec resource (#109)
36
Original file line number Diff line number Diff line change 11{
22 "name" : " simp-nfs" ,
3- "version" : " 7.6.1 " ,
3+ "version" : " 7.7.0 " ,
44 "author" : " SIMP Team" ,
55 "summary" : " manages NFS server and client, also PKI and stunnelling" ,
66 "license" : " Apache-2.0" ,
1616 "dependencies" : [
1717 {
1818 "name" : " puppet/systemd" ,
19- "version_requirement" : " >= 4.0.2 < 7 .0.0"
19+ "version_requirement" : " >= 4.0.2 < 8 .0.0"
2020 },
2121 {
2222 "name" : " puppet/augeasproviders_sysctl" ,
5555 },
5656 {
5757 "name" : " simp/iptables" ,
58- "version_requirement" : " >= 6.5.3 < 7 .0.0"
58+ "version_requirement" : " >= 6.5.3 < 8 .0.0"
5959 },
6060 {
6161 "name" : " simp/stunnel" ,
Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ def set_hieradata(hieradata)
9696 c . mock_with :rspec
9797
9898 c . module_path = File . join ( fixture_path , 'modules' )
99- c . manifest_dir = File . join ( fixture_path , 'manifests' ) if c . respond_to? ( :manifest_dir )
10099
101100 c . hiera_config = File . join ( fixture_path , 'hieradata' , 'hiera.yaml' )
102101
You can’t perform that action at this time.
0 commit comments