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
+ cd puppet && git tag -v # check integrity
+ make submodules # add all needed puppet module as as git submodules
+ make config # basic configuration
Using as a standalone provisioner
---------------------------------