summaryrefslogtreecommitdiff
path: root/manifests
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 /manifests
parentRevert "Add node classifier." (diff)
downloadwebdav_server-360dfecf8edadba3a18062dc96bd2cbb0f40b0a2.tar.gz
webdav_server-360dfecf8edadba3a18062dc96bd2cbb0f40b0a2.tar.xz
Hopefully fix nspawn.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 17cdc4e..9f216dc 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -19,8 +19,10 @@ node 'gandalf.adrift.space' {
nspawn::machine { 'busting':
os => 'debian',
- os_version => 'buster',
enable => true,
+ os_opts => {
+ os_version => 'buster',
+ }
}
nspawn::machine { 'yoursql':