From 9b775921b3c45f3d29b391af7328dcf044b06269 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 19 Dec 2012 22:45:13 +0100 Subject: [PATCH] ssh options --- .../templates/static-mirroring/static-update-component.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/templates/static-mirroring/static-update-component.erb b/modules/roles/templates/static-mirroring/static-update-component.erb index 52e0164f7..97636d94f 100755 --- a/modules/roles/templates/static-mirroring/static-update-component.erb +++ b/modules/roles/templates/static-mirroring/static-update-component.erb @@ -68,7 +68,7 @@ lines.join("\n") %> for master_idx in ${!masters[*]}; do - ssh "${masters[$master_idx]}" static-master-update-component "$component" + ssh -t -o BatchMode=yes "${masters[$master_idx]}" static-master-update-component "$component" done fi -- 2.20.1