diff --git a/manifests/vhost.pp b/manifests/vhost.pp
index 76ea856..d479bcd 100644
--- a/manifests/vhost.pp
+++ b/manifests/vhost.pp
@@ -75,7 +75,7 @@ define apache::vhost(
   if ! defined(Firewall["0100-INPUT ACCEPT $port"]) {
     @firewall {
       "0100-INPUT ACCEPT $port":
-        jump  => 'ACCEPT',
+        action => 'accept',
         dport => "$port",
         proto => 'tcp'
     }