aboutsummaryrefslogtreecommitdiff
path: root/manifests/repository.pp
blob: 9564123df62e77ad7e3bff6eab2cf2d7a183bb2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# 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",
}