aboutsummaryrefslogtreecommitdiff
path: root/vagrant/Vagrantfile
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-27 07:25:40 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-27 07:25:40 +0100
commitd7448b4c0b419f35ec2040ebdd8c140120b9bcd6 (patch)
treee7ae765772a18f37d6a5fe2a692e7921cf472a83 /vagrant/Vagrantfile
parentUpdated link to the documentation. (diff)
downloadnewspipe-d7448b4c0b419f35ec2040ebdd8c140120b9bcd6.tar.gz
newspipe-d7448b4c0b419f35ec2040ebdd8c140120b9bcd6.tar.bz2
newspipe-d7448b4c0b419f35ec2040ebdd8c140120b9bcd6.zip
Updated Vagrant configuration file.
Diffstat (limited to 'vagrant/Vagrantfile')
-rw-r--r--vagrant/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile
index ee48ae73..3fec477f 100644
--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -10,7 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
- config.vm.box = "pyAggr3g470r (Ubuntu Trusty Server)"
+ config.vm.box = "Just Another RSS Reader"
config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/utopic/current/utopic-server-cloudimg-amd64-vagrant-disk1.box"
config.vm.provision :shell, path: "bootstrap.sh"
bgstack15