puppet: Update recovery.conf

I somehow missed it yesterday before doing the deploy.  This change
is already on postgres1 and does not need to be deployed anywhere
else.

(imported from commit 01b3f0b81ac5eeeb985ff844e7f2d5cb3c986d0f)
This commit is contained in:
Zev Benjamin
2013-10-26 13:04:15 -04:00
parent f41f0e4084
commit 207c98bc2d

View File

@@ -1,3 +1,3 @@
standby_mode = on
primary_conninfo = 'host=postgres.humbughq.com user=replicator password=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
primary_conninfo = 'host=postgres.zulip.net user=replicator password=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
restore_command = '/usr/local/bin/env-wal-e wal-fetch "%f" "%p"'