summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-23 18:16:34 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-23 18:16:34 +0200
commit28bd86001b1154e1fb1c38b30c061830715f32ad (patch)
tree64a7a6fae1bf0275a3ddca2cda0f309e2ec8e41f
parentFix types. (diff)
downloadnspawn-28bd86001b1154e1fb1c38b30c061830715f32ad.tar.gz
nspawn-28bd86001b1154e1fb1c38b30c061830715f32ad.tar.xz
Fix types.
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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,
) {