From efdcbbdc5e98a23512242da5a64edb1cc75f2759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 23 Jun 2023 18:14:49 +0200 Subject: Fix types. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 3eedbae..dc6dc47 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -14,7 +14,7 @@ # @param purge # Should old .nspawn files be purged. class nspawn ( - Nspawn::Systemdconfig $config, + Nspawn::Systemd::Nspawn $config, Stdlib::Abspath $template_dir = '/var/lib/templates', Hash[String, Hash[String, Any]] $machines = {}, Boolean $purge = true, -- cgit v1.2.3