From: frh <4987254+frh@users.noreply.github.com> Date: Thu, 21 May 2020 16:54:12 +0000 (+0200) Subject: Unquote nflog-group X-Git-Tag: v2.5.0~4^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5b09769850ebeb00a65a2e2bc27f89a4b497aca2;p=puppet-modules%2Fpuppetlabs-firewall.git Unquote nflog-group --- diff --git a/spec/fixtures/ip6tables/conversion_hash.rb b/spec/fixtures/ip6tables/conversion_hash.rb index 5d29d8a..0e8d420 100644 --- a/spec/fixtures/ip6tables/conversion_hash.rb +++ b/spec/fixtures/ip6tables/conversion_hash.rb @@ -123,6 +123,6 @@ HASH_TO_ARGS6 = { provider: 'ip6tables', table: 'filter', }, - args: ['-t', :filter, '-p', :tcp, '-j', 'NFLOG', '--nflog-group', '1', '--nflog-prefix', 'myprefix', '-m', 'comment', '--comment', '100 nflog'], + args: ['-t', :filter, '-p', :tcp, '-j', 'NFLOG', '--nflog-group', 1, '--nflog-prefix', 'myprefix', '-m', 'comment', '--comment', '100 nflog'], }, }.freeze