]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
typo in iptables fixture
authorAlex Conrey <alex@conrey.us>
Sun, 22 Mar 2020 01:22:52 +0000 (18:22 -0700)
committerAlex Conrey <alex@conrey.us>
Sun, 22 Mar 2020 01:22:52 +0000 (18:22 -0700)
spec/fixtures/iptables/conversion_hash.rb

index fe249397afc1925bd522ae9a35d7bb6c2e5ad140..5eea78d176c933baf7db9666bba217f4e5f61ece 100644 (file)
@@ -717,7 +717,7 @@ ARGS_TO_HASH = {
     line: '-A INPUT -m string --hex-string "|0000FF0001|" --algo bm',
     table: 'filter',
     params: {
-      string_hex: '|0000FF0001|'.
+      string_hex: '|0000FF0001|',
       string_algo: 'bm',
     },
   },