]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
one more try
authorPeter Palfrader <peter@palfrader.org>
Wed, 19 Dec 2012 21:57:19 +0000 (22:57 +0100)
committerPeter Palfrader <peter@palfrader.org>
Wed, 19 Dec 2012 21:57:19 +0000 (22:57 +0100)
modules/roles/templates/static-mirroring/static-update-component.erb

index 53887add2a2614d724efa8695e6ccef953ad4f35..acb0294a708570e664d4e8ecfde65b277989acc4 100755 (executable)
@@ -68,7 +68,7 @@ lines.join("\n")
 %>
 
   for master_idx in ${!masters[*]}; do
-    ssh -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "${masters[$master_idx]}" static-master-update-component "$component" < /dev/null
+    ssh -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "${masters[$master_idx]}" static-master-update-component "$component"
   done
 fi