view modules/privat/templates/eth0.epp @ 482:d83de9b3a62b default tip

Update hiera.yaml within Puppet config Forgot that we manage it from here. Now has content to match new packages
author IBBoard <dev@ibboard.co.uk>
date Fri, 30 Aug 2024 16:10:36 +0100
parents 8a3c3eb60fdd
children
line wrap: on
line source

<%- |
	Stdlib::IP::Address::V6 $default_address,
	Stdlib::IP::Address::V6 $gateway_address,
| -%>
auto eth0
no-auto-down eth0
iface eth0 inet6 static
    address <%= $default_address %>
    netmask 64
    gateway <%= $gateway_address %>