diff --git a/cookbooks/firewall/templates/default/iptables.erb b/cookbooks/firewall/templates/default/iptables.erb index ce3f229..a9e09ac 100644 --- a/cookbooks/firewall/templates/default/iptables.erb +++ b/cookbooks/firewall/templates/default/iptables.erb @@ -33,5 +33,5 @@ COMMIT *nat -<%= render 'iptables-nat.erb' %> +<%= render 'iptables-nat.erb' if node.hostname == 'reverseproxy' %> COMMIT -- libgit2 0.21.2