X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fstaticsync%2Ffiles%2Fstatic-update-component;h=7b6a3b5a2620a8263bd385af5e85b38bc00dd53e;hb=a4f23b2b8214a8dc052ba3cadfd7b733cc809817;hp=455d17d38b7adaae3db39255a0a4ae10a9b609ab;hpb=0c067639ec7d7050b69249b85e6aa83ab91820b5;p=mirror%2Fdsa-puppet.git diff --git a/modules/staticsync/files/static-update-component b/modules/staticsync/files/static-update-component index 455d17d38..7b6a3b5a2 100755 --- a/modules/staticsync/files/static-update-component +++ b/modules/staticsync/files/static-update-component @@ -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: