aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-06 13:42:49 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-06 13:42:49 -0300
commit403734c898eac9299a6c986159c8d88c1e1bd510 (patch)
treebab4d28cbd905d01fff01e5c018b095fac3fd271 /Makefile
parentf9e154d36aee29960d5ebe88cd8022cbddc3d203 (diff)
downloadpuppet-bootstrap-403734c898eac9299a6c986159c8d88c1e1bd510.tar.gz
puppet-bootstrap-403734c898eac9299a6c986159c8d88c1e1bd510.tar.bz2
Check if config target is already done
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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