From 5536d48089ab4dfd341fb36ccdcc648caf026f77 Mon Sep 17 00:00:00 2001 From: Adrian Iurca <45214757+adrianiurca@users.noreply.github.com> Date: Wed, 22 Jul 2020 11:50:18 +0300 Subject: [PATCH] Update spec_helper_acceptance_local.rb --- spec/spec_helper_acceptance_local.rb | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.45.2