summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manifests/init.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f30ed61..fee1e9a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -14,7 +14,11 @@
# @param purge
# Should old .nspawn files be purged.
class nspawn (
- Nspawn::Systemd::Nspawn $config,
+ Nspawn::Systemd::Nspawn $config = {
+ 'Exec' => {},
+ 'Files' => {},
+ 'Network' => {},
+ },
Stdlib::Absolutepath $template_dir = '/var/lib/templates',
Hash[String, Hash[String, Any]] $machines = {},
Boolean $purge = true,