summaryrefslogtreecommitdiff
path: root/modules/nspawn/manifests/os/debian.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-01 23:07:49 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-01 23:20:10 +0100
commit360dfecf8edadba3a18062dc96bd2cbb0f40b0a2 (patch)
tree4fbe8e38be85f213e0b3832a6f0d0b7bbb9ea2fe /modules/nspawn/manifests/os/debian.pp
parentRevert "Add node classifier." (diff)
downloadwebdav_server-360dfecf8edadba3a18062dc96bd2cbb0f40b0a2.tar.gz
webdav_server-360dfecf8edadba3a18062dc96bd2cbb0f40b0a2.tar.xz
Hopefully fix nspawn.
Diffstat (limited to '')
-rw-r--r--modules/nspawn/manifests/os/debian.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/nspawn/manifests/os/debian.pp b/modules/nspawn/manifests/os/debian.pp
index c821ba6..13d9ac9 100644
--- a/modules/nspawn/manifests/os/debian.pp
+++ b/modules/nspawn/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
}