Remove auth_type from templates
authorAmitay Isaacs <amitay@gmail.com>
Tue, 7 Feb 2012 04:04:45 +0000 (15:04 +1100)
committerAmitay Isaacs <amitay@gmail.com>
Tue, 7 Feb 2012 04:04:45 +0000 (15:04 +1100)
base/all/root/scripts/setup_cluster.sh

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