aboutsummaryrefslogtreecommitdiff
path: root/manifests/repository.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:35:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:35:18 -0300
commit9d4f47a2b6f3231e870249823dbe0f7db1baa111 (patch)
tree9e096e4300e0059121c6ee4ede7470652107d0a3 /manifests/repository.pp
parentebb7769b363f8c3604f1ad20afd73677a638bbf5 (diff)
downloadpuppet-bootstrap-9d4f47a2b6f3231e870249823dbe0f7db1baa111.tar.gz
puppet-bootstrap-9d4f47a2b6f3231e870249823dbe0f7db1baa111.tar.bz2
Misc improvements and cleanup
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",
-}