diff --git a/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html
index 42d5cbc..68d33b1 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html
@@ -153,13 +153,13 @@ class cd_haproxy::firewall::iptables (
firewall { "${hy_fw_order_no}${hy_http_port} tcp port ${hy_http_port}":
proto => 'tcp',
dport => $hy_http_port,
- action => 'accept',
+ jump => 'accept',
}
firewall { "${hy_fw_order_no}${hy_https_port} tcp port ${hy_https_port}":
proto => 'tcp',
dport => $hy_https_port,
- action => 'accept',
+ jump => 'accept',
}
}
}
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html
index f639edd..b9463a7 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html
@@ -174,7 +174,7 @@ type to choose, i.e. latest or present.