18870: Need to declare NODES as array
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 27 Jun 2022 02:57:08 +0000 (22:57 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Tue, 28 Jun 2022 18:20:36 +0000 (14:20 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

tools/salt-install/installer.sh

index fde261611cfe553375658291779a7a29f4a22b26..534ee629c722243f1a1ff011905a7326bfa0fd72 100755 (executable)
@@ -6,6 +6,8 @@
 
 set -e
 
+declare -A NODES
+
 sync() {
     if test "$NODE" != localhost ; then
        if ! ssh $NODE test -d arvados-setup ; then