]> gitweb.fluxo.info Git - puppet-firewall.git/commitdiff
Fix firewall::virtual::web param
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 9 Jun 2016 20:59:57 +0000 (17:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 9 Jun 2016 20:59:57 +0000 (17:59 -0300)
manifests/virtual/web.pp

index b7b36a273184390b4b45d02b66bfc0648c3df2a3..06bf993ad4997e211c2dd838c1b79802128e2c68 100644 (file)
@@ -7,7 +7,7 @@ define firewall::virtual::web(
     destination     => "fw:${destination}:80",
     proto           => 'tcp',
     destinationport => '80',
-    originaldetst   => $destination,
+    originaldest    => $destination,
     ratelimit       => '-',
     order           => 600,
   }