diff options
-rw-r--r-- | share/config/README.md | 5 | ||||
-rwxr-xr-x | share/hydra/init | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/share/config/README.md b/share/config/README.md new file mode 100644 index 0000000..447342d --- /dev/null +++ b/share/config/README.md @@ -0,0 +1,5 @@ +Hydra Configuration Repository +============================== + +Use this repository for global configuration parameters for your network of +servers and services. diff --git a/share/hydra/init b/share/hydra/init index 81898a7..d8408e6 100755 --- a/share/hydra/init +++ b/share/hydra/init @@ -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 |