From 84101941275103fc43b820c9948503050f39f087 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 14 Oct 2023 18:05:51 +0200 Subject: Allow customizing Proxmox interface --- personal_infra/puppet/modules/proxmox/templates/interfaces.epp | 1 + 1 file changed, 1 insertion(+) (limited to 'personal_infra') 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'] %> -- cgit v1.2.3