diff options
| -rw-r--r-- | personal_infra/puppet/modules/proxmox/templates/interfaces.epp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/personal_infra/puppet/modules/proxmox/templates/interfaces.epp b/personal_infra/puppet/modules/proxmox/templates/interfaces.epp index e0bfeceb..ccfe1b21 100644 --- a/personal_infra/puppet/modules/proxmox/templates/interfaces.epp +++ b/personal_infra/puppet/modules/proxmox/templates/interfaces.epp @@ -16,3 +16,4 @@ iface vmbr0 inet static bridge_fd 0 post-up echo 1 > /proc/sys/net/ipv4/ip_forward post-up iptables -t nat -A POSTROUTING -s '<%= $network['proxmox']['network'] %>' -o eno1 -j MASQUERADE +<%= $network['proxmox']['extra_interfaces_content'] %> |
