From 10d3224f37f37bfee104704b5a59488d48e7d6b2 Mon Sep 17 00:00:00 2001 From: jysperm Date: Sun, 5 Oct 2014 21:33:26 +0800 Subject: [PATCH] fix #88 Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index e9dd597..936fec5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -2,7 +2,7 @@ # vi: set ft=ruby : Vagrant.configure(2) do |config| - config.vm.box = "ubuntu/trusty64" + config.vm.box = "jysperm/rootpanel" config.vm.hostname = "rp.rpvhost.net" config.vm.network "private_network", ip: "192.168.33.10"