aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 81000ca6215855b3b7f5efb756395d1587815ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Puppet Boostrap Module
======================

This is a multi-purpose but very specific puppet module which can be used:

* As the base repository for a puppet infostructure.
* As a standalone provisioner for boxes, with Vagrant support.
* It can be optionally used together with the Hydra Suite from https://git.sarava.org/?p=hydra.git

Setting up a new puppetmaster repository
----------------------------------------

You'll basically use the `bootstrap` repository as your `puppet` repository:

    git clone git://git.sarava.org/puppet-bootstrap.git puppet
    cd puppet && git tag -v
    make submodules # add all needed puppet moduleas as git submodules

Using as a standalone provisioner
---------------------------------

This will be a `Vagrant` example:

    cd your-project
    git clone git://git.sarava.org/puppet-bootstrap.git puppet # use submodule or subtree as you please
    ln -s puppet/Vagrantfile                                   # or copy if you want to customize
    ( cd puppet && make modules )                              # need the mr binary to download the submodules
    vagrant up web                                             # with no arguments, all defined VMs are started