aboutsummaryrefslogtreecommitdiff
path: root/manifests/stage1.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/stage1.pp
parent0d053cdf0a94d29be4c6478de6a9266e097fed7e (diff)
downloadpuppet-bootstrap-125fdaaca9163793a023c299a255a2f5e929d061.tar.gz
puppet-bootstrap-125fdaaca9163793a023c299a255a2f5e929d061.tar.bz2
refac
Diffstat (limited to 'manifests/stage1.pp')
-rw-r--r--manifests/stage1.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/stage1.pp b/manifests/stage1.pp
deleted file mode 100644
index 6a8e82a..0000000
--- a/manifests/stage1.pp
+++ /dev/null
@@ -1,7 +0,0 @@
-import "config.pp"
-import "puppet_bootstrap.pp"
-
-include puppet_bootstrap
-puppet_bootstrap::puppet_modules{ "modules":
- puppet_dir => "$puppet_bootstrap_tmpdir",
-}