fix #88 Vagrantfile

This commit is contained in:
jysperm
2014-10-05 21:33:26 +08:00
parent 579a260846
commit 10d3224f37

2
Vagrantfile vendored
View File

@@ -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"