Skip to content
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.

Commit

Permalink
Update base box
Browse files Browse the repository at this point in the history
  • Loading branch information
claussni committed Jan 14, 2015
1 parent 1c3e206 commit d27c498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "puppetlabs/debian-7.5-64-nocm"
config.vm.box_url = "https://vagrantcloud.com/puppetlabs/debian-7.5-64-nocm/version/1/provider/virtualbox.box"
config.vm.box = "puppetlabs/debian-7.6-64-nocm"
config.vm.box_url = "https://vagrantcloud.com/puppetlabs/boxes/debian-7.6-64-nocm/versions/1.0.0/providers/virtualbox.box"

config.vm.hostname = "fedora.vagrant.dev"
config.vm.network "private_network", type: :dhcp
Expand Down

0 comments on commit d27c498

Please sign in to comment.