From d46b2df90d4146d5ce1769a726081561d578ca2c Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Fri, 13 Sep 2024 09:23:19 -0500 Subject: [PATCH] [puppetsync] Support simp-iptables 7.x Update module dependencies to support simp-iptables 7.x. --- spec/spec_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 223b5ac..f44bcc2 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -96,7 +96,6 @@ def set_hieradata(hieradata) c.mock_with :rspec c.module_path = File.join(fixture_path, 'modules') - c.manifest_dir = File.join(fixture_path, 'manifests') if c.respond_to?(:manifest_dir) c.hiera_config = File.join(fixture_path, 'hieradata', 'hiera.yaml')