Skip to content

Commit

Permalink
Bugfix: Variable expansion for aws address
Browse files Browse the repository at this point in the history
  • Loading branch information
feikesteenbergen committed May 15, 2015
1 parent 2f57c51 commit ff45ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/postgres_ha.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ etcd:
postgresql:
name: postgresql_${HOSTNAME}
listen: 0.0.0.0:5432
connect_address: {aws_private_ip}:5432
connect_address: ${aws_private_ip}:5432
data_dir: $PGDATA
replication:
username: standby
Expand Down

0 comments on commit ff45ee4

Please sign in to comment.