aboutsummaryrefslogtreecommitdiff
path: root/manifests/stage0.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/stage0.pp')
-rw-r--r--manifests/stage0.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/stage0.pp b/manifests/stage0.pp
new file mode 100644
index 0000000..675340a
--- /dev/null
+++ b/manifests/stage0.pp
@@ -0,0 +1,9 @@
+import "config.pp"
+import "puppet_bootstrap.pp"
+
+# setup modules for use with other stages
+include puppet_bootstrap
+
+puppet_bootstrap::puppet_modules{ "modules":
+ puppet_dir => "$puppet_bootstrap_tmpdir",
+}