Referencing new secret hosts.

This commit is contained in:
Samuel Clay 2013-03-16 18:04:19 -07:00
parent dca245762c
commit 6dc0824cca

2
fabfile.py vendored
View file

@ -510,7 +510,7 @@ def setup_supervisor():
@parallel
def setup_hosts():
put('config/hosts', '/etc/hosts', use_sudo=True)
put('../secrets-newsblur/configs/hosts', '/etc/hosts', use_sudo=True)
def config_pgbouncer():
put('config/pgbouncer.conf', '/etc/pgbouncer/pgbouncer.ini', use_sudo=True)