summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/node_init5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/node_init b/bin/node_init
index 148ecc34..66dc17e7 100755
--- a/bin/node_init
+++ b/bin/node_init
@@ -89,3 +89,8 @@ fi
mkdir -p $HIERA_DIR
chmod 0755 $HIERA_DIR
touch $INIT_FILE
+
+# Sometimes not all keys are already generated, happens more often
+# with VMs
+# that would give us errors in the get_ssh_keys_cmd during node init
+/usr/bin/ssh-keygen -A