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