From 7bd2f91c12c2f270aa12d5a39da6eaec65375dfb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 3 Mar 2014 14:23:01 -0300 Subject: Adding classes needed by puppetmaster --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3