diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 19:29:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 19:29:13 -0300 |
commit | d5268554b8c8c614917567f12a1814e7de2c8ff7 (patch) | |
tree | a13a51df029ebf1ffcc90277c1c3bdf89a8a6c86 | |
parent | c154a1076a6145a28133e9417d842310335d6805 (diff) | |
download | puppet-bootstrap-d5268554b8c8c614917567f12a1814e7de2c8ff7.tar.gz puppet-bootstrap-d5268554b8c8c614917567f12a1814e7de2c8ff7.tar.bz2 |
Makefile update
-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 --------------------------------- |