]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Updates README and Mekfile
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 25 Oct 2017 21:10:46 +0000 (19:10 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 25 Oct 2017 21:10:46 +0000 (19:10 -0200)
Makefile
README.md

index d13a8786f265938f97f7a6119c7e2fc2bbb19f88..8d77330e4ed17010a18df854ca3bc4b876207faa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,9 @@ subtrees:
 symlinks:
        bin/symlinks $(MODULES)
 
+copymodules:
+       bin/copymodules $(MODULES)
+
 remote:
        git remote add bootstrap $(REPO)
 
index 29687e70693831bd4f29bed2a5e78d43995ec261..9ab8d84bdbede6f4cdb5a5040ca93a98a758f489 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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