Missing shell role in single node install refs #19330
[arvados.git] / tools / salt-install / local.params.example.single_host_multiple_hostnames
index f6b6526129e6e85fc88c42cb329e37004e3b407b..f072fedb40757f20af87ae1e21da86503960aad9 100644 (file)
@@ -18,9 +18,8 @@ DEPLOY_USER=root
 # The mapping of nodes to roles
 # installer.sh will log in to each of these nodes and then provision
 # it for the specified roles.
-declare -A NODES
 NODES=(
-  [localhost]=api,controller,websocket,dispatcher,keepbalance,keepstore,keepproxy,keepweb,workbench,workbench2,webshell
+  [localhost]=api,controller,websocket,dispatcher,keepbalance,keepstore,keepproxy,keepweb,workbench,workbench2,webshell,shell
 )
 
 # External ports used by the Arvados services