From: Peter Palfrader Date: Wed, 19 Dec 2012 21:45:13 +0000 (+0100) Subject: ssh options X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9b775921b3c45f3d29b391af7328dcf044b06269;p=mirror%2Fdsa-puppet.git ssh options --- 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