aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-03 14:23:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-03 14:23:01 -0300
commit7bd2f91c12c2f270aa12d5a39da6eaec65375dfb (patch)
treee8ca51e82f8d891a13ef0a39479dc6ad6a7fc720 /README.md
parentc6ab319d3d04ee695163badf6c3ae931056a249d (diff)
downloadpuppet-bootstrap-7bd2f91c12c2f270aa12d5a39da6eaec65375dfb.tar.gz
puppet-bootstrap-7bd2f91c12c2f270aa12d5a39da6eaec65375dfb.tar.bz2
Adding classes needed by puppetmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a05301a..81000ca 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ 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 # get all needed submodules
+ make submodules # add all needed puppet moduleas as git submodules
Using as a standalone provisioner
---------------------------------
@@ -23,6 +23,6 @@ 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 && mr up ) # need the mr binary to download the submodules
+ 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