diff options
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | TODO.md | 2 |
2 files changed, 4 insertions, 3 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 @@ -1,7 +1,5 @@ TODO ==== -* Make `config` target: - * Check if already ran. * Node templates: * Update to new nodo style (hiera and nodo::role). |