diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 13:56:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 13:56:06 -0300 |
commit | 02e22f6e8f3c6438ccccb126f36c35426e2f725f (patch) | |
tree | 4eac46e9ce41b444ec41031cd5dd248371fb97f9 /Makefile | |
parent | 1556252c2a083bf53bc2a75e4a3295d8f1a50210 (diff) | |
download | puppet-bootstrap-02e22f6e8f3c6438ccccb126f36c35426e2f725f.tar.gz puppet-bootstrap-02e22f6e8f3c6438ccccb126f36c35426e2f725f.tar.bz2 |
Dependencies update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ CWD = $(shell pwd) REPO = git://git.sarava.org/puppet-bootstrap.git PUPPET = FACTER_BOOTSTRAP_PATH="$(CWD)" puppet apply --confdir="$(CWD)" --modulepath=modules -all: clean remote modules config +all: deps clean remote modules config deps: bin/dependencies |