* As the base repository for a puppet infrastructure.
* As a standalone provisioner for boxes, with Vagrant support.
-* It can be optionally used together with the Hydra Suite from https://git.fluxo.info/hydra.git
+* It can be optionally used together with the Hydra Suite from https://git.fluxo.info/hydra
Setting up a new puppet repository
----------------------------------
git clone git://git.fluxo.info/puppet-bootstrap.git puppet
cd puppet && git tag -v # check integrity
make deps # install dependencies
- make submodules # add all needed puppet module as as git submodules
+ make submodules # add all needed puppet modules as as git submodules
make config # basic configuration
Using as a standalone provisioner