summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
deleted file mode 100644
index f768f43..0000000
--- a/manifests/init.pp
+++ /dev/null
@@ -1,10 +0,0 @@
-class nspawn (
- String $machine_dir = '/var/lib/machines',
- String $template_dir = '/var/lib/machines',
- String $puppet_server = 'puppet',
- Hash[String,Hash] $templates,
- Hash[String,Hash] $machines,
-) {
- create_resources(nspawn::machine, $machines)
- create_resources(nspawn::template, $templates)
-}