aboutsummaryrefslogtreecommitdiff
path: root/hydra
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-22 00:32:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-22 00:32:46 -0300
commit9d4d507a6c86412f1815efc1e9345f37f0956465 (patch)
tree8d1d83732cd6c34d8ca9807f9d3a737f0861ad31 /hydra
parentcf19f7ec1b0975ac24501dbd90a5bbeb56a5a2b7 (diff)
downloadhydra-9d4d507a6c86412f1815efc1e9345f37f0956465.tar.gz
hydra-9d4d507a6c86412f1815efc1e9345f37f0956465.tar.bz2
Adding sketches for hydractl
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`"