From 454ef9844c7cec84a3bee3f5b12413aaaa3b6111 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Feb 2014 14:00:09 -0300 Subject: Add config template --- share/config/README.md | 5 +++++ share/hydra/init | 1 + 2 files changed, 6 insertions(+) create mode 100644 share/config/README.md 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 -- cgit v1.2.3