diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 14:00:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 14:00:09 -0300 |
commit | 454ef9844c7cec84a3bee3f5b12413aaaa3b6111 (patch) | |
tree | 388cb9845c481f7654597b2c63cdc474ee3a2d59 /share | |
parent | f8c90d57f673d9accaa616620660aff70f0d9246 (diff) | |
download | hydra-454ef9844c7cec84a3bee3f5b12413aaaa3b6111.tar.gz hydra-454ef9844c7cec84a3bee3f5b12413aaaa3b6111.tar.bz2 |
Add config template
Diffstat (limited to 'share')
-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 |