]> gitweb.fluxo.info Git - hydra.git/commitdiff
TODO and comment
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Feb 2014 19:00:14 +0000 (16:00 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Feb 2014 19:00:14 +0000 (16:00 -0300)
TODO.md
share/hydra/sync

diff --git a/TODO.md b/TODO.md
index 605fb04ab343a7a1f9dd4263eca218366a7ac199..b84387bff8d646e4d591dc6bd07946fb7f752c93 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -6,3 +6,4 @@ Hydra
 
   - Init: generate puppet repository using "hydractl bootstrap repository"
   - Uniform syntax for specifying nodes (either by hostname or fqdn) on deploy and import-key.
+  - Provision: wrapper for "hydractl provision" with stores/uses node configuration.
index c2814785a1e0b95a2791752f07d074e211fbb5a3..ea636f8422c2e663c4132b968c82493a4869fe0d 100755 (executable)
@@ -26,6 +26,7 @@ function hydra_sync {
       continue
     fi
   
+    # Determine repository URL
     if [ ! -d "$HYDRA_FOLDER/$repository" ]; then
       if [ -e "$HYDRA_FOLDER/config/repository/url" ]; then
         url="`cat $HYDRA_FOLDER/config/repository/url`"