Skip to content

Commit

Permalink
Merge remote-tracking branch 'quiet-ssh/silence_ssh_banner'
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Nov 18, 2019
2 parents 4eef8ac + f987ae5 commit 0ede616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/postgres.pp
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
# Export resources to Barman server
@@barman::server { $postgres_server_id:
conninfo => "user=${barman_dbuser} dbname=${barman_dbname} host=${server_address} port=${server_port}",
ssh_command => "ssh ${postgres_user}@${server_address}",
ssh_command => "ssh -q ${postgres_user}@${server_address}",
tag => "barman-${host_group}",
archiver => $archiver,
archiver_batch_size => $archiver_batch_size,
Expand Down

0 comments on commit 0ede616

Please sign in to comment.