summaryrefslogtreecommitdiff
path: root/manifests/machine.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-02 04:31:50 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-02 04:44:39 +0100
commite3e75161d06387a979b8f4a04f406f9b54f8703e (patch)
tree85f1917c8ba2f0c416fcd1298d29c41ea0b58918 /manifests/machine.pp
parentMove paths. (diff)
downloadnspawn-e3e75161d06387a979b8f4a04f406f9b54f8703e.tar.gz
nspawn-e3e75161d06387a979b8f4a04f406f9b54f8703e.tar.xz
Network rewrites.
Diffstat (limited to 'manifests/machine.pp')
-rw-r--r--manifests/machine.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/machine.pp b/manifests/machine.pp
index a16a82c..8ba9bf3 100644
--- a/manifests/machine.pp
+++ b/manifests/machine.pp
@@ -32,7 +32,7 @@ define nspawn::machine (
create_resources("nspawn::os::${os}", { $machine => $os_opts })
service { "systemd-nspawn@${machine}.service":
- enable => true,
+ enable => $enable,
}
}