]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Update spec_helper_acceptance_local.rb
authorAdrian Iurca <45214757+adrianiurca@users.noreply.github.com>
Wed, 22 Jul 2020 08:50:18 +0000 (11:50 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2020 08:50:18 +0000 (11:50 +0300)
spec/spec_helper_acceptance_local.rb

index 8e7ee523c993b09abf74f2c67cee1beb47803260..ca4783aabbbbc29de8d61870f28cf65e28e050bf 100644 (file)
@@ -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