Skip to content

Commit d3d9428

Browse files
committed
Fix rsync warning for rsync_long_args: ..extra space found between tab and..
1 parent eb1ddb1 commit d3d9428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/config.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
$rsync_wrapper_processed = "--rsync-path=\"${wrapper_path_norm}/${wrapper_rsync_ssh}\""
6868
}
6969

70-
$rsync_long_args_final = "${ssh_args_processed} ${rsync_long_args} ${rsync_wrapper_processed}"
70+
$rsync_long_args_final = "${ssh_args_processed} ${rsync_long_args} ${rsync_wrapper_processed}".strip
7171

7272

7373
file { $snapshot_root :

0 commit comments

Comments
 (0)