diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 13:48:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 13:48:57 -0300 |
commit | 1556252c2a083bf53bc2a75e4a3295d8f1a50210 (patch) | |
tree | 168087d3c1d971b3fe2eeee47ed68fcf3840b55d /Makefile | |
parent | 403734c898eac9299a6c986159c8d88c1e1bd510 (diff) | |
download | puppet-bootstrap-1556252c2a083bf53bc2a75e4a3295d8f1a50210.tar.gz puppet-bootstrap-1556252c2a083bf53bc2a75e4a3295d8f1a50210.tar.bz2 |
Makefile update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 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 +all: clean remote modules config deps: bin/dependencies @@ -35,11 +35,13 @@ subtrees: remote: git remote add bootstrap $(REPO) -puppet.conf: +hiera/boostrap.yaml: $(EDITOR) hiera/bootstrap.yaml + +puppet.conf: $(PUPPET) manifests/bootstrap/configurator.pp -config: puppet.conf +config: hiera/boostrap.yaml puppet.conf @true apply: |