From bae22c4cd7a332b5c352feb18fac0fcc6b794ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 31 Dec 2022 17:37:43 +0100 Subject: Add nspawn_master. --- manifests/nspawn_master.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifests/nspawn_master.pp (limited to 'manifests/nspawn_master.pp') diff --git a/manifests/nspawn_master.pp b/manifests/nspawn_master.pp new file mode 100644 index 0000000..97db8bd --- /dev/null +++ b/manifests/nspawn_master.pp @@ -0,0 +1,10 @@ +# Various setup for machines which are expected to "host" other +# machines through systemd-nspawned. +class profiles::nspawn_master { + file { '/var/lib/machines': + ensure => directory, + mode => 'o=rwx,g=x', + } + + # TODO possibly include my helper script from gandalf:code/machines +} -- cgit v1.2.3