diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-25 19:10:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-25 19:10:46 -0200 |
commit | 3022f8f8e9d67ec73801ad2068a1d32f2381bd94 (patch) | |
tree | 011868045e09095d4fa2a83f5a14f27078e25fda | |
parent | e4ae97e75dd88884340792795ccfce942a199dae (diff) | |
download | puppet-bootstrap-3022f8f8e9d67ec73801ad2068a1d32f2381bd94.tar.gz puppet-bootstrap-3022f8f8e9d67ec73801ad2068a1d32f2381bd94.tar.bz2 |
Updates README and Mekfile
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -35,6 +35,9 @@ subtrees: symlinks: bin/symlinks $(MODULES) +copymodules: + bin/copymodules $(MODULES) + remote: git remote add bootstrap $(REPO) @@ -5,7 +5,7 @@ This is a multi-purpose but very specific puppet module which can be used: * 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 ---------------------------------- @@ -15,7 +15,7 @@ You'll basically use the `bootstrap` repository as your `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 |