18870: Need to declare NODES as array
[arvados.git] / 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