aboutsummaryrefslogtreecommitdiff
path: root/manifests/stage0.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/stage0.pp
parent6f517a0fc2d2c29596d13c75b2a132bce10d57a8 (diff)
downloadpuppet-bootstrap-1dbfb411962d22b3f61fb9ec2696879bb9a62ca4.tar.gz
puppet-bootstrap-1dbfb411962d22b3f61fb9ec2696879bb9a62ca4.tar.bz2
Renaming stages
Diffstat (limited to 'manifests/stage0.pp')
-rw-r--r--manifests/stage0.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/stage0.pp b/manifests/stage0.pp
deleted file mode 100644
index b148933..0000000
--- a/manifests/stage0.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-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",
-}