aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-28 16:00:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-28 16:00:14 -0300
commit1340457dfab617b0d306a52f765e390d4cf8611f (patch)
treea28f43293416f1c1687265b73652128072e961a0
parent4728fff2772a135c4fbf7351156d002f3d64bbe8 (diff)
downloadhydra-1340457dfab617b0d306a52f765e390d4cf8611f.tar.gz
hydra-1340457dfab617b0d306a52f765e390d4cf8611f.tar.bz2
TODO and comment
-rw-r--r--TODO.md1
-rwxr-xr-xshare/hydra/sync1
2 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 605fb04..b84387b 100644
--- 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.
diff --git a/share/hydra/sync b/share/hydra/sync
index c281478..ea636f8 100755
--- a/share/hydra/sync
+++ b/share/hydra/sync
@@ -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`"