staticsync: let's assume that IPv6 is not worse than IPv4
[mirror/dsa-puppet.git] / modules / staticsync / files / static-mirror-run
index eac646b..266baaa 100755 (executable)
@@ -66,7 +66,7 @@ COMPONENT="$(basename "${COMPONENTDIR}")"
 
 RSYNC="rsync"
 RSYNC_BASE_OPTIONS="-rtvz --delete --links --hard-links --safe-links"
-RSYNC_SSH_OPTIONS="ssh -o AddressFamily=inet -o BatchMode=yes"
+RSYNC_SSH_OPTIONS="ssh -o BatchMode=yes"
 
 LOGDIR="$HOME/logs"
 LOGFILE="$LOGDIR/$NAME-run-${COMPONENT}.log"