From fe040d1aa9a01e14c882ead7cb09303aef588804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 13 Jan 2022 12:59:43 +0100 Subject: Rewrote mots of nspawn. --- manifests/init.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/init.pp (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp new file mode 100644 index 0000000..fcda29e --- /dev/null +++ b/manifests/init.pp @@ -0,0 +1,5 @@ +class nspawn ( + Hash[String,Hash] $machines, +) { + create_resources(nspawn::machine, $machines) +} -- cgit v1.2.3