aboutsummaryrefslogtreecommitdiff
path: root/manifests/repository.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-27 20:38:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-10-27 20:38:15 -0200
commit1dbfb411962d22b3f61fb9ec2696879bb9a62ca4 (patch)
treeccdd351d8a313a599a91e87e1c62c0f7f43b5f94 /manifests/repository.pp
parent6f517a0fc2d2c29596d13c75b2a132bce10d57a8 (diff)
downloadpuppet-bootstrap-1dbfb411962d22b3f61fb9ec2696879bb9a62ca4.tar.gz
puppet-bootstrap-1dbfb411962d22b3f61fb9ec2696879bb9a62ca4.tar.bz2
Renaming stages
Diffstat (limited to 'manifests/repository.pp')
-rw-r--r--manifests/repository.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/repository.pp b/manifests/repository.pp
new file mode 100644
index 0000000..b148933
--- /dev/null
+++ b/manifests/repository.pp
@@ -0,0 +1,9 @@
+import "config.pp"
+import "classes/puppet_bootstrap.pp"
+
+# setup modules for use with other stages
+include puppet_bootstrap
+
+puppet_bootstrap::puppet_modules{ "modules":
+ puppet_dir => "$puppet_bootstrap_tmpdir",
+}