puppet: Rename env-wal-e to env-wal-g.

It runs wal-g now, not wal-e; make its name respect that.
This commit is contained in:
Alex Vandiver
2020-06-11 14:52:12 -07:00
committed by Alex Vandiver
parent 4fe0444108
commit b114eb2f10
10 changed files with 13 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
standby_mode = on
primary_conninfo = 'host=postgres3.zulipchat.net user=replicator'
restore_command = '/usr/local/bin/env-wal-e wal-fetch "%f" "%p"'
restore_command = '/usr/local/bin/env-wal-g wal-fetch "%f" "%p"'