aboutsummaryrefslogtreecommitdiff
path: root/manifests/stage1.pp
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2011-03-12 18:04:39 -0300
committerdrebs <drebs@riseup.net>2011-03-12 18:04:39 -0300
commit6d0cc2a36b1718a737bc88f08d7101eb101ee00b (patch)
tree5837ae00ae6dbba38454958ab78ca1a76da532ca /manifests/stage1.pp
parentc250722de28cf556005b0d4103854d13cf781b56 (diff)
downloadpuppet-bootstrap-6d0cc2a36b1718a737bc88f08d7101eb101ee00b.tar.gz
puppet-bootstrap-6d0cc2a36b1718a737bc88f08d7101eb101ee00b.tar.bz2
refactoring stages
Diffstat (limited to 'manifests/stage1.pp')
-rw-r--r--manifests/stage1.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/stage1.pp b/manifests/stage1.pp
new file mode 100644
index 0000000..6c67ded
--- /dev/null
+++ b/manifests/stage1.pp
@@ -0,0 +1,5 @@
+import "config.pp"
+import "puppet_bootstrap.pp"
+
+include puppet_bootstrap
+puppet_modules("$puppet_bootstrap_tmpdir/modules")