]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Unquote nflog-group
authorfrh <4987254+frh@users.noreply.github.com>
Thu, 21 May 2020 16:54:12 +0000 (18:54 +0200)
committerfrh <4987254+frh@users.noreply.github.com>
Thu, 21 May 2020 16:54:12 +0000 (18:54 +0200)
spec/fixtures/ip6tables/conversion_hash.rb

index 5d29d8a9771c0e93d1c7a6dd87a04442bf0bb8f2..0e8d4204819dc6c9b43dc42451d4fd781bf603ad 100644 (file)
@@ -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