Skip to content

Commit

Permalink
Add missing _
Browse files Browse the repository at this point in the history
  • Loading branch information
dstufft committed Jan 4, 2015
1 parent e4e1604 commit 260fad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/postgresql/server/configs/recovery.conf.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

standby_mode = on

primary_slotname = '{{ grains["host"] }}'
primary_slot_name = '{{ grains["host"] }}'

{{ "{{" }} with service "primary.postgresql@{{ pillar.dc }}" }}
primary_conninfo = 'application_name={{ grains["fqdn"] }} host=postgresql.psf.io hostaddr={{ "{{(index . 0).Address}}" }} port={{ "{{(index . 0).Port}}" }} sslmode=verify-full sslrootcert=/etc/ssl/certs/PSF_CA.pem user=replicator password={{ postgresql_password }}'
Expand Down

0 comments on commit 260fad4

Please sign in to comment.