aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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