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

index 294019cf648aa32a596d2118c63d0d3c71ebf558..2737c4da1aa38263cbabb14089e57e7dc2befb3d 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