aboutsummaryrefslogtreecommitdiff
path: root/hydra
diff options
context:
space:
mode:
Diffstat (limited to 'hydra')
-rwxr-xr-xhydra5
1 files changed, 5 insertions, 0 deletions
diff --git a/hydra b/hydra
index 0f2ea06..46a2e5b 100755
--- a/hydra
+++ b/hydra
@@ -50,6 +50,11 @@ function hydra_init {
puppetd --no-daemonize --debug --verbose
}
+# Register an existing hydra
+function hydra_register {
+ # TODO
+}
+
# Command-line parameters
COMMAND="$1"
BASENAME="`basename $0`"