summaryrefslogtreecommitdiff
path: root/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
commit337716a7f106d35cca86ad0ac69a080356dbc32f (patch)
treeb4ec65ddcf3ceaac2f93a81743f65aa3b788564a /manifests/os/debian.pp
parentSetup nspawn? (diff)
downloadnspawn-337716a7f106d35cca86ad0ac69a080356dbc32f.tar.gz
nspawn-337716a7f106d35cca86ad0ac69a080356dbc32f.tar.xz
Hopefully fix nspawn.
Diffstat (limited to 'manifests/os/debian.pp')
-rw-r--r--manifests/os/debian.pp6
1 files changed, 3 insertions, 3 deletions
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
}