From f31d626bff837eb88c0e4a9d5d712c9206eb1c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 2 Jan 2022 03:16:44 +0100 Subject: Move paths. --- manifests/machine.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/machine.pp b/manifests/machine.pp index 1c688f6..a16a82c 100644 --- a/manifests/machine.pp +++ b/manifests/machine.pp @@ -7,6 +7,10 @@ define nspawn::machine ( require ::nspawn::setup + file { "/var/lib/machines/${machine}/puppet": + ensure => directory, + } + file { "/etc/systemd/nspawn/${machine}.nspawn": content => @("EOF") [Exec] -- cgit v1.2.3