setup_cluster.sh - fix a typo where "all" is missing in an onnode command
authorMartin Schwenke <martin@meltin.net>
Tue, 25 Oct 2011 03:01:15 +0000 (14:01 +1100)
committerMartin Schwenke <martin@meltin.net>
Tue, 25 Oct 2011 03:01:15 +0000 (14:01 +1100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
base/all/root/scripts/setup_cluster.sh

index 3691fd3e830e775020009e7c25bb6f1a9d6663bd..24db23280ecd18e4fca03fbc1e3f75f7e7da958c 100755 (executable)
@@ -79,7 +79,7 @@ case "$auth_type" in
 esac
 
 echo "Configuring services..."
-onnode -p "(cd scripts/cluster_configure && \
+onnode -p all "(cd scripts/cluster_configure && \
     ./cluster-configure.py -t 'templates/rhel/${auth_type}' -vv '$conf_file')"
 
 case "$auth_type" in