From: Silvio Rhatto Date: Fri, 28 Feb 2014 22:29:13 +0000 (-0300) Subject: Makefile update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d5268554b8c8c614917567f12a1814e7de2c8ff7;p=puppet-bootstrap.git Makefile update --- diff --git a/Makefile b/Makefile index c750268..6b49180 100644 --- a/Makefile +++ b/Makefile @@ -16,11 +16,14 @@ REPO = git://git.sarava.org/puppet-bootstrap.git -all: clean remote submodules +all: clean remote modules -submodules: +modules: mr up +submodules: + bin/submodules + remote: git remote add bootstrap $(REPO) diff --git a/README.md b/README.md index 414987f..bbd48d9 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 - bin/submodules # get all needed submodules + make submodules # get all needed submodules Using as a standalone provisioner ---------------------------------