From 28d75bac6045cfeb8fc429ce2fa3c402ce6f6ab6 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 9 Feb 2015 10:27:48 +0100 Subject: Updated conf file for Vagrant --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant/bootstrap.sh') diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 5a66d0fc..79697cf7 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -22,7 +22,7 @@ cp vagrant/conf.cfg-sample conf/conf.cfg cd .. # Installation of PostgreSQL -apt-get install -y postgresql postgresql-server-dev-9.4 postgresql-client +apt-get install -y postgresql postgresql-server-dev-9.3 postgresql-client # Configuration of the database echo "127.0.0.1:5432:aggregator:vagrant:xxYzToW42" > .pgpass -- cgit