Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
reverting back to official ubuntu box, ref hashicorp/vagrant#5186
Browse files Browse the repository at this point in the history
  • Loading branch information
bashu committed Jan 14, 2018
1 parent 2394858 commit 99cf75f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
Expand Up @@ -5,8 +5,7 @@
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# config.vm.box = "ubuntu/xenial64" # <= broken
config.vm.box = "bento/ubuntu-16.04"
config.vm.box = "ubuntu/xenial64"

config.vm.provider "parallels" do |v, override|
# override.vm.box = "parallels/ubuntu-16.04"
Expand Down
4 changes: 2 additions & 2 deletions vagrant/bootstrap.sh
Expand Up @@ -14,7 +14,7 @@ wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-

# Update APT database
apt-get update -y -q && apt-get upgrade -y -q
apt-get install -y -q ubuntu-standard ubuntu-minimal
apt-get install -y -q ubuntu-standard ubuntu-minimal aptitude

# Common tools
apt-get install -y -q htop logtail bash-completion python-software-properties build-essential vim-tiny gettext
Expand All @@ -35,7 +35,7 @@ apt-get install -y -q python3 python3-dev python3-sphinx python3-pip
apt-get install -y -q python-virtualenv python-git fabric

# PGSQL, Memcached and Redis
apt-get install -y -q postgresql postgresql-client postgresql-contrib
apt-get install -y -q postgresql-9.6 postgresql-client-9.6 postgresql-contrib-9.6
apt-get install -y -q memcached redis-server

# Node.js, Bower, CoffeeScript and LESS
Expand Down

0 comments on commit 99cf75f

Please sign in to comment.