diff options
-rw-r--r-- | Makefile | 7 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -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) @@ -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 --------------------------------- |