diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |