From 337716a7f106d35cca86ad0ac69a080356dbc32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 1 Jan 2022 23:07:49 +0100 Subject: Hopefully fix nspawn. --- manifests/os/debian.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/os/debian.pp') diff --git a/manifests/os/debian.pp b/manifests/os/debian.pp index c821ba6..13d9ac9 100644 --- a/manifests/os/debian.pp +++ b/manifests/os/debian.pp @@ -29,11 +29,11 @@ define nspawn::os::debian ( # allow-hotplug host0 iface host0 inet static - address 10.0.0.42/23 - gateway 10.0.0.1 + address 10.0.0.42/23 + gateway 10.0.0.1 iface host0 inet6 auto - private 0 + private 0 | EOF } -- cgit v1.2.3