summaryrefslogtreecommitdiff
path: root/manifests/os/debian.pp
diff options
context:
space:
mode:
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
}