|
@@ -6,11 +6,11 @@ Vagrant.configure("2") do |config|
|
|
# please see the online documentation at vagrantup.com.
|
|
# please see the online documentation at vagrantup.com.
|
|
|
|
|
|
# Every Vagrant virtual environment requires a box to build off of.
|
|
# Every Vagrant virtual environment requires a box to build off of.
|
|
- config.vm.box = "precise32"
|
|
|
|
|
|
+ config.vm.box = "wheezy64-puppetlabs"
|
|
|
|
|
|
# The url from where the 'config.vm.box' box will be fetched if it
|
|
# The url from where the 'config.vm.box' box will be fetched if it
|
|
# doesn't already exist on the user's system.
|
|
# doesn't already exist on the user's system.
|
|
- config.vm.box_url = "http://files.vagrantup.com/precise32.box"
|
|
|
|
|
|
+ config.vm.box_url = "http://puppet-vagrant-boxes.puppetlabs.com/debian-70rc1-x64-vbox4210.box"
|
|
|
|
|
|
# Create a forwarded port mapping which allows access to a specific port
|
|
# Create a forwarded port mapping which allows access to a specific port
|
|
# within the machine from a port on the host machine. In the example below,
|
|
# within the machine from a port on the host machine. In the example below,
|