diff --git a/cookbooks/firewall/templates/default/iptables.erb b/cookbooks/firewall/templates/default/iptables.erb index a9e09ac..ce3f229 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' if node.hostname == 'reverseproxy' %> +<%= render 'iptables-nat.erb' %> COMMIT diff --git a/cookbooks/firewall/templates/host-database/iptables-nat.erb b/cookbooks/firewall/templates/host-database/iptables-nat.erb new file mode 100644 index 0000000..139597f --- /dev/null +++ b/cookbooks/firewall/templates/host-database/iptables-nat.erb @@ -0,0 +1,2 @@ + + diff --git a/cookbooks/firewall/templates/host-email/iptables-nat.erb b/cookbooks/firewall/templates/host-email/iptables-nat.erb new file mode 100644 index 0000000..139597f --- /dev/null +++ b/cookbooks/firewall/templates/host-email/iptables-nat.erb @@ -0,0 +1,2 @@ + + diff --git a/cookbooks/firewall/templates/host-integration/iptables-nat.erb b/cookbooks/firewall/templates/host-integration/iptables-nat.erb new file mode 100644 index 0000000..139597f --- /dev/null +++ b/cookbooks/firewall/templates/host-integration/iptables-nat.erb @@ -0,0 +1,2 @@ + + diff --git a/cookbooks/firewall/templates/host-social/iptables-nat.erb b/cookbooks/firewall/templates/host-social/iptables-nat.erb new file mode 100644 index 0000000..139597f --- /dev/null +++ b/cookbooks/firewall/templates/host-social/iptables-nat.erb @@ -0,0 +1,2 @@ + + -- libgit2 0.21.2