diff options
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: |