]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Check if config target is already done
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Mar 2014 16:42:49 +0000 (13:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Mar 2014 16:42:49 +0000 (13:42 -0300)
Makefile
TODO.md

index ea2f190678d96bceb997ea95c463e650fb149229..dc9f551fc79bcc0ffffabee797b9624fcea377f7 100644 (file)
--- 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
 
diff --git a/TODO.md b/TODO.md
index a8de25f798d06229a410f25cf887223101aef0d7..8adc3ecfb9772432b15eaf3381a43be52360fb2d 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,5 @@
 TODO
 ====
 
-* Make `config` target:
-  * Check if already ran.
 * Node templates:
   * Update to new nodo style (hiera and nodo::role).