diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-03 15:19:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-03 15:19:37 -0300 |
commit | e1db7cfa877187a2e711e1f6500e452cf24fa006 (patch) | |
tree | cdadc0c01dd74aef2d5414e27e0bdcd297007aef | |
parent | b845de17561e1884f193d7211ecef9f46ce2a9b2 (diff) | |
download | puppet-bootstrap-e1db7cfa877187a2e711e1f6500e452cf24fa006.tar.gz puppet-bootstrap-e1db7cfa877187a2e711e1f6500e452cf24fa006.tar.bz2 |
README update
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,8 +13,9 @@ 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 + 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 --------------------------------- |