aboutsummaryrefslogtreecommitdiff
path: root/manifests/stage0.pp
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2011-03-16 21:23:53 -0300
committerdrebs <drebs@riseup.net>2011-03-16 21:23:53 -0300
commit125fdaaca9163793a023c299a255a2f5e929d061 (patch)
tree49d330529262f2acc033e875607d096ce2716909 /manifests/stage0.pp
parent0d053cdf0a94d29be4c6478de6a9266e097fed7e (diff)
downloadpuppet-bootstrap-125fdaaca9163793a023c299a255a2f5e929d061.tar.gz
puppet-bootstrap-125fdaaca9163793a023c299a255a2f5e929d061.tar.bz2
refac
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",
+}