From: Adrian Iurca <45214757+adrianiurca@users.noreply.github.com> Date: Wed, 22 Jul 2020 08:50:18 +0000 (+0300) Subject: Update spec_helper_acceptance_local.rb X-Git-Tag: v2.5.0~1^2~1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5536d48089ab4dfd341fb36ccdcc648caf026f77;p=puppet-modules%2Fpuppetlabs-firewall.git Update spec_helper_acceptance_local.rb --- diff --git a/spec/spec_helper_acceptance_local.rb b/spec/spec_helper_acceptance_local.rb index 8e7ee52..ca4783a 100644 --- a/spec/spec_helper_acceptance_local.rb +++ b/spec/spec_helper_acceptance_local.rb @@ -49,23 +49,16 @@ RSpec.configure do |c| package { 'iptables': ensure => 'latest', } -<<<<<<< HEAD PUPPETCODE -======= - PUPPETCODE ->>>>>>> 7163c3a... Add acceptance and unit test for notrack parameter LitmusHelper.instance.apply_manifest(pp) LitmusHelper.instance.run_shell('update-alternatives --set iptables /usr/sbin/iptables-legacy', expect_failures: true) LitmusHelper.instance.run_shell('update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy', expect_failures: true) end -<<<<<<< HEAD -======= pp = <<-PUPPETCODE package { 'conntrack-tools': ensure => 'latest', } PUPPETCODE LitmusHelper.instance.apply_manifest(pp) ->>>>>>> 7163c3a... Add acceptance and unit test for notrack parameter end end