aboutsummaryrefslogtreecommitdiff
path: root/share/hydra
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydra')
-rwxr-xr-xshare/hydra/deploy6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy
index 5e5a822..002cc95 100755
--- a/share/hydra/deploy
+++ b/share/hydra/deploy
@@ -67,7 +67,7 @@ for node in $NODES; do
hydra_deploy_setup folder $FOLDER || continue
# Make sure keys exists for this node
- hydra $HYDRA newkeys $FQDN
+ hydra $HYDRA newkeys new $FQDN
# Ensure key availability
hydra $HYDRA eyaml $FQDN
@@ -124,7 +124,7 @@ for node in $NODES; do
hydra_deploy_setup || continue
# Make sure keys exists for this node
- hydra $HYDRA newkeys $FQDN
+ hydra $HYDRA newkeys new $FQDN
# Ensure key availability
hydra $HYDRA eyaml $FQDN
@@ -163,7 +163,7 @@ for node in $NODES; do
hydra_deploy_setup remote $node || continue
# Make sure keys exists for this node
- hydra $HYDRA newkeys $FQDN
+ hydra $HYDRA newkeys new $FQDN
# Ensure key availability
hydra $HYDRA eyaml $FQDN