X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fstaticsync%2Ffiles%2Fstaticsync-ssh-wrap;fp=modules%2Fstaticsync%2Ffiles%2Fstaticsync-ssh-wrap;h=ec51c038df6106dfbec3ed8cfbe0321d47f20d57;hb=9d261388dbd96b4d73754030e41115f74983d26f;hp=959b4f8f0df84dd186c8ed3e4b0654836cd38050;hpb=0c067639ec7d7050b69249b85e6aa83ab91820b5;p=mirror%2Fdsa-puppet.git diff --git a/modules/staticsync/files/staticsync-ssh-wrap b/modules/staticsync/files/staticsync-ssh-wrap index 959b4f8f0..ec51c038d 100755 --- a/modules/staticsync/files/staticsync-ssh-wrap +++ b/modules/staticsync/files/staticsync-ssh-wrap @@ -82,7 +82,6 @@ do_rsync_on_master() { local remote_host="$1"; shift local allowed_rsyncs allowed_rsyncs=() - allowed_rsyncs+=("--server --sender -vlHtrze.iLsf --safe-links .") # wheezy allowed_rsyncs+=("--server --sender -vlHtrze.iLsfx --safe-links .") # jessie allowed_rsyncs+=("--server --sender -vlHtrze.iLsfxC --safe-links .") # stretch @@ -122,7 +121,6 @@ do_rsync_on_source() { if [ -e "$COMPONENTLIST" ]; then for path in $(awk -v host="$(hostname -f)" '!/^ *(#|$)/ && $3 == host {print $4}' $COMPONENTLIST); do - allowed_rsyncs+=("--server --sender -lHtrze.iLsf --safe-links . $path/.") # wheezy allowed_rsyncs+=("--server --sender -lHtrze.iLsfx --safe-links . $path/.") # jessie allowed_rsyncs+=("--server --sender -lHtrze.iLsfxC --safe-links . $path/.") # stretch done