aboutsummaryrefslogtreecommitdiff
path: root/manifests/repository.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/repository.pp')
-rw-r--r--manifests/repository.pp15
1 files changed, 0 insertions, 15 deletions
diff --git a/manifests/repository.pp b/manifests/repository.pp
deleted file mode 100644
index 9564123..0000000
--- a/manifests/repository.pp
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# This manifest is intended to generate the initial
-# puppet repository.
-#
-
-# Import the needed config and modules
-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",
-}