Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfontillas committed Jan 22, 2016
1 parent e0b7ba2 commit dd5a6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
config.vm.box = "chef/centos-7.0"
config.vm.box = "bento/centos-7.1"
config.vm.network "private_network", type: "dhcp"
config.vm.provision "shell", path: "provision.sh"
config.vm.network "forwarded_port", guest: 3000, host: 3001
Expand Down

0 comments on commit dd5a6e2

Please sign in to comment.