From 403734c898eac9299a6c986159c8d88c1e1bd510 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 6 Mar 2014 13:42:49 -0300 Subject: Check if config target is already done --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ea2f190..dc9f551 100644 --- a/Makefile +++ b/Makefile @@ -35,10 +35,13 @@ subtrees: remote: git remote add bootstrap $(REPO) -config: +puppet.conf: $(EDITOR) hiera/bootstrap.yaml $(PUPPET) manifests/bootstrap/configurator.pp +config: puppet.conf + @true + apply: $(PUPPET) manifests/bootstrap/$(stage).pp -- cgit v1.2.3