X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=modules%2Fstaticsync%2Ffiles%2Fstatic-update-component;h=7b6a3b5a2620a8263bd385af5e85b38bc00dd53e;hp=455d17d38b7adaae3db39255a0a4ae10a9b609ab;hb=a4f23b2b8214a8dc052ba3cadfd7b733cc809817;hpb=e5080ccb080c7c2aafb00fa6cdfbc07ae74f7460 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: