]> gitweb.fluxo.info Git - hydra.git/commitdiff
Add config template
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Feb 2014 17:00:09 +0000 (14:00 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 28 Feb 2014 17:00:09 +0000 (14:00 -0300)
share/config/README.md [new file with mode: 0644]
share/hydra/init

diff --git a/share/config/README.md b/share/config/README.md
new file mode 100644 (file)
index 0000000..447342d
--- /dev/null
@@ -0,0 +1,5 @@
+Hydra Configuration Repository
+==============================
+
+Use this repository for global configuration parameters for your network of
+servers and services.
index 81898a724ec3de477ce7ea99b57ac35b89592b74..d8408e604d2b0fe9faace8c8c2bf3329fa92465d 100755 (executable)
@@ -53,6 +53,7 @@ if [ ! -z "$REMOTE" ]; then
   # Clone configuration repository
   git clone $REMOTE $BASEDIR/config
 else
+  # TODO: setup other repositories
   # No remote was given, so we assume this is a shiny new hydra!
   if [ ! -d "$BASEDIR/config" ]; then
     # Setup repository from template