staticsync: let's assume that IPv6 is not worse than IPv4
[mirror/dsa-puppet.git] / modules / staticsync / files / static-update-component
index 455d17d..7b6a3b5 100755 (executable)
@@ -80,7 +80,7 @@ fi
 if [ "`id -nu`" != "$staticuser" ]; then
   sudo -u "$staticuser" static-update-component "$@"
 else
-  ssh -o AddressFamily=inet -t -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "$masterhost" static-master-update-component "$component"
+  ssh -t -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "$masterhost" static-master-update-component "$component"
 fi
 
 # vim:set et: