]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Use -t -t for sshing in static-update-component
authorPeter Palfrader <peter@palfrader.org>
Sun, 15 Dec 2013 09:45:35 +0000 (10:45 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 15 Dec 2013 09:45:35 +0000 (10:45 +0100)
modules/roles/files/static-mirroring/static-update-component

index 27b9318e19df4278000813e2c5841b2f46d4018e..f8ca81ee060a418e7c7b46f95e1822f68bbe9e1c 100755 (executable)
@@ -75,7 +75,7 @@ fi
 if [ "`id -nu`" != "staticsync" ]; then
   sudo -u staticsync static-update-component "$@"
 else
-  ssh -o AddressFamily=inet -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "$masterhost" static-master-update-component "$component"
+  ssh -o AddressFamily=inet -t -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "$masterhost" static-master-update-component "$component"
 fi
 
 # vim:set et: