aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-29 22:55:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-29 22:55:19 -0300
commitc47363ad53fbe2795e4533a29478210923b6ec54 (patch)
tree18aeff66c4012a857f1589b5860a022a7e38d708 /README.md
parentd0fe80d76297c7250e90ae0fdacf0cc5c27a3fce (diff)
downloadpuppet-bootstrap-c47363ad53fbe2795e4533a29478210923b6ec54.tar.gz
puppet-bootstrap-c47363ad53fbe2795e4533a29478210923b6ec54.tar.bz2
Module symlink support
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1f1702a..67dad5f 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,11 @@ This will be a `Vagrant` example:
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
+
+Using subtrees or symlinks for modules
+--------------------------------------
+
+You might use `make subtrees` instead of `make submodules`. Also, if you already have
+all the modules in a different subtree, use
+
+ make symlinks MODULES=/path/to/puppet/modules